Update app.py
Browse files
app.py
CHANGED
|
@@ -263,7 +263,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue"), title="Hugging Face Hub
|
|
| 263 |
|
| 264 |
with gr.Column(visible=False) as editor_panel:
|
| 265 |
gr.Markdown("### 3. Edit Files")
|
| 266 |
-
file_selector = gr.Dropdown(label="Select File", interactive=
|
| 267 |
code_editor = gr.Code(label="File Content", language="markdown", interactive=True)
|
| 268 |
commit_message_input = gr.Textbox(label="Commit Message", placeholder="e.g., Update README.md", interactive=True)
|
| 269 |
commit_btn = gr.Button("Commit Changes", variant="primary", interactive=False)
|
|
|
|
| 263 |
|
| 264 |
with gr.Column(visible=False) as editor_panel:
|
| 265 |
gr.Markdown("### 3. Edit Files")
|
| 266 |
+
file_selector = gr.Dropdown(label="Select File", interactive=True)
|
| 267 |
code_editor = gr.Code(label="File Content", language="markdown", interactive=True)
|
| 268 |
commit_message_input = gr.Textbox(label="Commit Message", placeholder="e.g., Update README.md", interactive=True)
|
| 269 |
commit_btn = gr.Button("Commit Changes", variant="primary", interactive=False)
|