Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ The responses of the examples are cached and therefore displayed without delay.<
|
|
| 38 |
|
| 39 |
myinput = gr.Textbox(lines=3, label=" What would you like to know ?")
|
| 40 |
|
| 41 |
-
myexamples =
|
| 42 |
"What happened in 2014 ?"
|
| 43 |
]
|
| 44 |
|
|
|
|
| 38 |
|
| 39 |
myinput = gr.Textbox(lines=3, label=" What would you like to know ?")
|
| 40 |
|
| 41 |
+
myexamples = [
|
| 42 |
"What happened in 2014 ?"
|
| 43 |
]
|
| 44 |
|