Spaces:
Runtime error
Runtime error
Commit
·
3ec9647
1
Parent(s):
835be01
Update app.py
Browse filescorrect chatinterface wrong attribute
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)
|