silk-road commited on
Commit
f1dfb1c
1 Parent(s): a67d8ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,8 +86,8 @@ with gr.Blocks() as demo:
86
  chatbot = gr.Chatbot()
87
  role_image = gr.Image(height=400, value="./images/haruhi.jpg")
88
  with gr.Row():
89
- user_role = gr.Textbox(label="user_role")
90
- user_text = gr.Textbox(label="user_text")
91
  with gr.Row():
92
  submit = gr.Button("Submit")
93
  clean = gr.ClearButton(value="Clear")
 
86
  chatbot = gr.Chatbot()
87
  role_image = gr.Image(height=400, value="./images/haruhi.jpg")
88
  with gr.Row():
89
+ user_role = gr.Textbox(label="user_role", scale = 1)
90
+ user_text = gr.Textbox(label="user_text", scale = 20)
91
  with gr.Row():
92
  submit = gr.Button("Submit")
93
  clean = gr.ClearButton(value="Clear")