Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ with gr.Blocks() as demo:
|
|
| 31 |
token_login = gr.Textbox(label="token")
|
| 32 |
|
| 33 |
login_button = gr.Button("Login")
|
| 34 |
-
with gr.Row(
|
| 35 |
with gr.Column():
|
| 36 |
text_n_model=gr.Textbox(label="name model")
|
| 37 |
text_n_token=gr.Textbox(label="token")
|
|
|
|
| 31 |
token_login = gr.Textbox(label="token")
|
| 32 |
|
| 33 |
login_button = gr.Button("Login")
|
| 34 |
+
with gr.Row():
|
| 35 |
with gr.Column():
|
| 36 |
text_n_model=gr.Textbox(label="name model")
|
| 37 |
text_n_token=gr.Textbox(label="token")
|