Pclanglais commited on
Commit
f2a2bda
1 Parent(s): f0cfcef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ examples = [
172
 
173
  demo = gr.Blocks()
174
 
175
- with gr.Blocks as demo:
176
  gr.ChatInterface(predict)
177
  gr.HTML("""<h3 style="text-align:center">Sources</h3><p>""" + source_text + """</p>""")
178
 
 
172
 
173
  demo = gr.Blocks()
174
 
175
+ with gr.Blocks() as demo:
176
  gr.ChatInterface(predict)
177
  gr.HTML("""<h3 style="text-align:center">Sources</h3><p>""" + source_text + """</p>""")
178