Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -139,6 +139,7 @@ with gr.Blocks(css=css,theme=gr.themes.Monochrome()) as demo:
|
|
139 |
submit_query.click(answer_query,input,output)
|
140 |
|
141 |
|
|
|
142 |
demo.launch()
|
143 |
|
144 |
|
|
|
139 |
submit_query.click(answer_query,input,output)
|
140 |
|
141 |
|
142 |
+
#Forcing container to restart
|
143 |
demo.launch()
|
144 |
|
145 |
|