Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -115,8 +115,8 @@ with gr.Blocks(theme=gr.themes.Soft(), css="footer {display: none !important;}")
|
|
115 |
3. Copy the token and paste it below. **Treat this token like a password!**
|
116 |
"""
|
117 |
)
|
118 |
-
with gr.Column(scale=1):
|
119 |
-
|
120 |
|
121 |
with gr.Group():
|
122 |
github_url = gr.Textbox(
|
|
|
115 |
3. Copy the token and paste it below. **Treat this token like a password!**
|
116 |
"""
|
117 |
)
|
118 |
+
#with gr.Column(scale=1):
|
119 |
+
# gr.Image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/security-tokens-write.png", show_label=False, interactive=False)
|
120 |
|
121 |
with gr.Group():
|
122 |
github_url = gr.Textbox(
|