Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
d1935ca
1
Parent(s):
d4e77f2
specify lines for text input
Browse files
app.py
CHANGED
@@ -418,6 +418,7 @@ with gr.Blocks() as demo:
|
|
418 |
hub_id = gr.Textbox(
|
419 |
"i.e. biglam/brill_iconclass",
|
420 |
label="Hugging Face Hub ID for dataset to track",
|
|
|
421 |
)
|
422 |
with gr.Column():
|
423 |
track_button = gr.Button("Track new models for dataset")
|
|
|
418 |
hub_id = gr.Textbox(
|
419 |
"i.e. biglam/brill_iconclass",
|
420 |
label="Hugging Face Hub ID for dataset to track",
|
421 |
+
max_lines=1,
|
422 |
)
|
423 |
with gr.Column():
|
424 |
track_button = gr.Button("Track new models for dataset")
|