lekkalar commited on
Commit
85d6284
1 Parent(s): 7823c55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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