Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -372,7 +372,7 @@ with gr.Blocks(
|
|
| 372 |
)
|
| 373 |
|
| 374 |
gr.Markdown(
|
| 375 |
-
|
| 376 |
"Works for Colab, Jupyter, and any nbformat-4 notebook.*"
|
| 377 |
)
|
| 378 |
|
|
|
|
| 372 |
)
|
| 373 |
|
| 374 |
gr.Markdown(
|
| 375 |
+
'---\n*Built to solve the classic GitHub "Invalid Notebook" error. '
|
| 376 |
"Works for Colab, Jupyter, and any nbformat-4 notebook.*"
|
| 377 |
)
|
| 378 |
|