Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(css=css,theme=gr.themes.Monochrome()) as demo:
|
|
61 |
submit_btn.click(answer_query,question,chatbot)
|
62 |
|
63 |
|
64 |
-
|
65 |
demo.launch()
|
66 |
|
67 |
|
|
|
61 |
submit_btn.click(answer_query,question,chatbot)
|
62 |
|
63 |
|
64 |
+
#forcing a save in order to re-build the container.
|
65 |
demo.launch()
|
66 |
|
67 |
|