Spaces:
Running
Running
Commit
Β·
5085b2d
1
Parent(s):
96e0ef8
changed scale
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ with demo:
|
|
| 79 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
| 80 |
|
| 81 |
with gr.Row():
|
| 82 |
-
with gr.Column(scale=
|
| 83 |
with gr.Box(elem_id="search-bar-table-box"):
|
| 84 |
search_bar = gr.Textbox(
|
| 85 |
label="Search π",
|
|
|
|
| 79 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
| 80 |
|
| 81 |
with gr.Row():
|
| 82 |
+
with gr.Column(scale=1):
|
| 83 |
with gr.Box(elem_id="search-bar-table-box"):
|
| 84 |
search_bar = gr.Textbox(
|
| 85 |
label="Search π",
|