zhaokeyao1
commited on
Commit
·
2d2abd6
1
Parent(s):
dcc9e83
Update app
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks(css="#chatbot{height:350px} .overflow-y-auto{height:600px}") as d
|
|
121 |
|
122 |
with gr.Row():
|
123 |
user_in_file = gr.File(label="Upload File")
|
124 |
-
user_in_txt = gr.Textbox(lines=3, label="User role content:", placeholder="Enter text..."
|
125 |
|
126 |
with gr.Row():
|
127 |
submit_button = gr.Button("Submit")
|
|
|
121 |
|
122 |
with gr.Row():
|
123 |
user_in_file = gr.File(label="Upload File")
|
124 |
+
user_in_txt = gr.Textbox(lines=3, label="User role content:", placeholder="Enter text...", container=False)
|
125 |
|
126 |
with gr.Row():
|
127 |
submit_button = gr.Button("Submit")
|