Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -206,6 +206,7 @@ def del_db(txt):
|
|
| 206 |
|
| 207 |
# Recreate
|
| 208 |
create_db_if_missing()
|
|
|
|
| 209 |
return 'Delete DB'
|
| 210 |
|
| 211 |
theme = gr.themes.Base(
|
|
|
|
| 206 |
|
| 207 |
# Recreate
|
| 208 |
create_db_if_missing()
|
| 209 |
+
gr.Error('You probably want to restart the space now')
|
| 210 |
return 'Delete DB'
|
| 211 |
|
| 212 |
theme = gr.themes.Base(
|