Update app.py
Browse files
app.py
CHANGED
|
@@ -172,7 +172,7 @@ def load_repo_contents_backend(github_url: str):
|
|
| 172 |
return file_list
|
| 173 |
|
| 174 |
###########################################
|
| 175 |
-
Gradio Interface Setup
|
| 176 |
###########################################
|
| 177 |
|
| 178 |
with gr.Blocks() as demo:
|
|
|
|
| 172 |
return file_list
|
| 173 |
|
| 174 |
###########################################
|
| 175 |
+
# Gradio Interface Setup
|
| 176 |
###########################################
|
| 177 |
|
| 178 |
with gr.Blocks() as demo:
|