OuroborosM commited on
Commit
f756f2c
·
1 Parent(s): 3954f62
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -545,12 +545,12 @@ def read_logs():
545
  with gr.Blocks() as demo:
546
  # gr.Markdown("Start typing below and then click **SUBMIT** to see the output.")
547
  with gr.Row():
548
- main = gr.ChatInterface(
549
- chathmi2,
550
- title="STLA BABY - YOUR FRIENDLY GUIDE",
551
- description= "v0.3: Powered by MECH Core Team",
552
- scale=2,
553
- )
554
  with gr.Column(scale=1):
555
  upload_button = gr.UploadButton("Upload To DB", file_count="multiple", scale= 1)
556
  upload_file_button = gr.UploadButton("Upload File", file_count="single", scale= 1)
 
545
  with gr.Blocks() as demo:
546
  # gr.Markdown("Start typing below and then click **SUBMIT** to see the output.")
547
  with gr.Row():
548
+ with gr.Row(scale=2):
549
+ main = gr.ChatInterface(
550
+ chathmi2,
551
+ title="STLA BABY - YOUR FRIENDLY GUIDE",
552
+ description= "v0.3: Powered by MECH Core Team",
553
+ )
554
  with gr.Column(scale=1):
555
  upload_button = gr.UploadButton("Upload To DB", file_count="multiple", scale= 1)
556
  upload_file_button = gr.UploadButton("Upload File", file_count="single", scale= 1)