lekkalar commited on
Commit
b039b05
1 Parent(s): 8c23149

Update app.py

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