Spaces:
Runtime error
Runtime error
Commit ·
f7965b6
1
Parent(s): d52bfff
Update app.py
Browse files
app.py
CHANGED
|
@@ -268,7 +268,8 @@ def storeIndex1(files):
|
|
| 268 |
os.rename(files.name, new_path)
|
| 269 |
return
|
| 270 |
|
| 271 |
-
|
|
|
|
| 272 |
with gr.Blocks() as demo:
|
| 273 |
gr.Markdown(
|
| 274 |
"""
|
|
|
|
| 268 |
os.rename(files.name, new_path)
|
| 269 |
return
|
| 270 |
|
| 271 |
+
theme = gr.themes.Default(primary_hue="green")
|
| 272 |
+
|
| 273 |
with gr.Blocks() as demo:
|
| 274 |
gr.Markdown(
|
| 275 |
"""
|