Spaces:
Runtime error
Runtime error
tricktreat
commited on
Commit
β’
13dab5a
1
Parent(s):
e07fbc6
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(css=css) as demo:
|
|
139 |
type="password",
|
140 |
container=False)
|
141 |
with gr.Column(scale=0.15, min_width=0):
|
142 |
-
btn1 = gr.Button("Submit"
|
143 |
|
144 |
if not HUGGINGFACE_TOKEN:
|
145 |
with gr.Row():
|
@@ -151,7 +151,7 @@ with gr.Blocks(css=css) as demo:
|
|
151 |
type="password",
|
152 |
container=False)
|
153 |
with gr.Column(scale=0.15, min_width=0):
|
154 |
-
btn3 = gr.Button("Submit"
|
155 |
|
156 |
|
157 |
with gr.Row():
|
|
|
139 |
type="password",
|
140 |
container=False)
|
141 |
with gr.Column(scale=0.15, min_width=0):
|
142 |
+
btn1 = gr.Button("Submit")
|
143 |
|
144 |
if not HUGGINGFACE_TOKEN:
|
145 |
with gr.Row():
|
|
|
151 |
type="password",
|
152 |
container=False)
|
153 |
with gr.Column(scale=0.15, min_width=0):
|
154 |
+
btn3 = gr.Button("Submit")
|
155 |
|
156 |
|
157 |
with gr.Row():
|