Spaces:
Running
Running
Update app.py
Browse files
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")
|