Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -400,7 +400,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="slate")) as maris:
|
|
| 400 |
query_box = gr.Textbox(
|
| 401 |
label="Try: Who is Gopala",
|
| 402 |
placeholder="Enter your question here...",
|
| 403 |
-
scale=
|
| 404 |
)
|
| 405 |
send_btn = gr.Button("Send", scale=1)
|
| 406 |
with gr.Row():
|
|
|
|
| 400 |
query_box = gr.Textbox(
|
| 401 |
label="Try: Who is Gopala",
|
| 402 |
placeholder="Enter your question here...",
|
| 403 |
+
scale=8
|
| 404 |
)
|
| 405 |
send_btn = gr.Button("Send", scale=1)
|
| 406 |
with gr.Row():
|