Update app.py
Browse files
app.py
CHANGED
|
@@ -899,4 +899,4 @@ footer {
|
|
| 899 |
return [{"role": "assistant", "content": questions[0][1]}]
|
| 900 |
|
| 901 |
demo.load(auto_first, outputs=chatbot)
|
| 902 |
-
demo.launch()
|
|
|
|
| 899 |
return [{"role": "assistant", "content": questions[0][1]}]
|
| 900 |
|
| 901 |
demo.load(auto_first, outputs=chatbot)
|
| 902 |
+
demo.launch()
|