Spaces:
Running
Running
update space
Browse files
app.py
CHANGED
@@ -101,10 +101,10 @@ with gr.Blocks() as demo:
|
|
101 |
gr.HTML(TITLE)
|
102 |
|
103 |
with gr.Row():
|
104 |
-
with gr.Column(scale=
|
105 |
gr.Markdown(DESCRIPTION)
|
106 |
|
107 |
-
with gr.Column(scale=
|
108 |
input_token = gr.Textbox(
|
109 |
max_lines=1,
|
110 |
label="Hugging Face token",
|
|
|
101 |
gr.HTML(TITLE)
|
102 |
|
103 |
with gr.Row():
|
104 |
+
with gr.Column(scale=2):
|
105 |
gr.Markdown(DESCRIPTION)
|
106 |
|
107 |
+
with gr.Column(scale=1):
|
108 |
input_token = gr.Textbox(
|
109 |
max_lines=1,
|
110 |
label="Hugging Face token",
|