Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,9 @@ article = """
|
|
58 |
- As a decimal separator you can use either a point or a comma
|
59 |
"""
|
60 |
|
61 |
-
my_theme = gr.Theme.from_hub("bethecloud/storj_theme")
|
|
|
|
|
62 |
|
63 |
|
64 |
app = gr.Interface(
|
|
|
58 |
- As a decimal separator you can use either a point or a comma
|
59 |
"""
|
60 |
|
61 |
+
#my_theme = gr.Theme.from_hub("bethecloud/storj_theme")
|
62 |
+
|
63 |
+
my_theme = gr.Theme.from_hub("derekzen/stardust")
|
64 |
|
65 |
|
66 |
app = gr.Interface(
|