OuroborosM commited on
Commit
a266cc6
·
1 Parent(s): 0cf4514

Update app.py

Browse files

current small bug

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -367,7 +367,7 @@ def func_upload_file(files, chat_history):
367
 
368
  with gr.Blocks() as demo:
369
  gr.Markdown("Start typing below and then click **SUBMIT** to see the output.")
370
- with gr.Box()
371
  main = gr.ChatInterface(
372
  chathmi2,
373
  title="STLA BABY - YOUR FRIENDLY GUIDE",
 
367
 
368
  with gr.Blocks() as demo:
369
  gr.Markdown("Start typing below and then click **SUBMIT** to see the output.")
370
+ with gr.Box():
371
  main = gr.ChatInterface(
372
  chathmi2,
373
  title="STLA BABY - YOUR FRIENDLY GUIDE",