Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
from IPython import get_ipython
|
5 |
from IPython.display import display, Markdown
|
6 |
|
7 |
-
COLAB =
|
8 |
|
9 |
if COLAB:
|
10 |
from google.colab.output import clear as clear_output
|
|
|
4 |
from IPython import get_ipython
|
5 |
from IPython.display import display, Markdown
|
6 |
|
7 |
+
COLAB = False
|
8 |
|
9 |
if COLAB:
|
10 |
from google.colab.output import clear as clear_output
|