Spaces:
Running
Running
Revert changes
Browse files
app.py
CHANGED
|
@@ -159,7 +159,6 @@ with gr.Blocks(theme=theme, css=custom_css) as demo:
|
|
| 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 |
|
|
|
|
| 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 |
|