OuroborosM commited on
Commit
3ec9647
·
1 Parent(s): 835be01

Update app.py

Browse files

correct chatinterface wrong attribute

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -370,8 +370,7 @@ with gr.Blocks() as demo:
370
  main = gr.ChatInterface(
371
  chathmi2,
372
  title="STLA BABY - YOUR FRIENDLY GUIDE",
373
- description= "v0.3: Powered by MECH Core Team",
374
- height = 300,
375
  )
376
  upload_button = gr.UploadButton("Upload File", file_count="multiple")
377
  upload_button.upload(func_upload_file, [upload_button, main.chatbot], main.chatbot)
 
370
  main = gr.ChatInterface(
371
  chathmi2,
372
  title="STLA BABY - YOUR FRIENDLY GUIDE",
373
+ description= "v0.3: Powered by MECH Core Team",
 
374
  )
375
  upload_button = gr.UploadButton("Upload File", file_count="multiple")
376
  upload_button.upload(func_upload_file, [upload_button, main.chatbot], main.chatbot)