Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
2ca234a
1
Parent(s):
7d4d66c
Update app.py
Browse files
app.py
CHANGED
@@ -455,7 +455,7 @@ css = '''
|
|
455 |
h1{text-align:center}
|
456 |
'''
|
457 |
|
458 |
-
with gr.Blocks(css=css, theme="
|
459 |
gr.Markdown(DESCRIPTION)
|
460 |
with gr.Row():
|
461 |
prompt = gr.Text(
|
|
|
455 |
h1{text-align:center}
|
456 |
'''
|
457 |
|
458 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
459 |
gr.Markdown(DESCRIPTION)
|
460 |
with gr.Row():
|
461 |
prompt = gr.Text(
|