Spaces:
Runtime error
Runtime error
Woo Jun Jung
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -163,7 +163,7 @@ with demo:
|
|
| 163 |
])
|
| 164 |
)
|
| 165 |
filepath_input = gr.Textbox(
|
| 166 |
-
value="
|
| 167 |
label="File path of huggingface_hub document"
|
| 168 |
)
|
| 169 |
with gr.Tabs():
|
|
|
|
| 163 |
])
|
| 164 |
)
|
| 165 |
filepath_input = gr.Textbox(
|
| 166 |
+
value="guides/overview.md",
|
| 167 |
label="File path of huggingface_hub document"
|
| 168 |
)
|
| 169 |
with gr.Tabs():
|