Spaces:
Running
Running
Testing textbox sizing
Browse files
app.py
CHANGED
@@ -158,7 +158,8 @@ with gr.Blocks(theme=theme, css=custom_css) as demo:
|
|
158 |
scenario_input = gr.Textbox(
|
159 |
label="💡 Type your message...",
|
160 |
placeholder="Describe your legal situation...",
|
161 |
-
interactive=True
|
|
|
162 |
)
|
163 |
submit_btn = gr.Button("Send", variant="primary", scale=0)
|
164 |
|
|
|
158 |
scenario_input = gr.Textbox(
|
159 |
label="💡 Type your message...",
|
160 |
placeholder="Describe your legal situation...",
|
161 |
+
interactive=True,
|
162 |
+
min_width="100px"
|
163 |
)
|
164 |
submit_btn = gr.Button("Send", variant="primary", scale=0)
|
165 |
|