Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,4 +53,4 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="amber")) as app:
|
|
| 53 |
reponse = gr.Textbox(label="Chroniques", lines=5)
|
| 54 |
question.submit(chatbot, question, reponse)
|
| 55 |
|
| 56 |
-
app.launch()
|
|
|
|
| 53 |
reponse = gr.Textbox(label="Chroniques", lines=5)
|
| 54 |
question.submit(chatbot, question, reponse)
|
| 55 |
|
| 56 |
+
app.launch()
|