Michelvh commited on
Commit
009000b
1 Parent(s): f60a73d

improve markdown

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -88,11 +88,13 @@ def ensure_questionmark(question):
88
  return question + "?"
89
 
90
  description = """
91
- #Dutch question generator
92
 
93
  Input some Dutch text and click the button to generate some questions!
94
  The model is currently set up to generate as many questions, but this
95
  can take a couple of minutes so have some patience ;)
 
 
96
  The optimal text lenght is porbably around 8-10 lines. Longer text
97
  will obviously take longer. Please keep in mind that this is a work in
98
  progress and might still be a little bit buggy."""
 
88
  return question + "?"
89
 
90
  description = """
91
+ # Dutch question generator
92
 
93
  Input some Dutch text and click the button to generate some questions!
94
  The model is currently set up to generate as many questions, but this
95
  can take a couple of minutes so have some patience ;)
96
+
97
+
98
  The optimal text lenght is porbably around 8-10 lines. Longer text
99
  will obviously take longer. Please keep in mind that this is a work in
100
  progress and might still be a little bit buggy."""