Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ demo = gr.ChatInterface(
|
|
52 |
fn=generate,
|
53 |
css=css,
|
54 |
title="",
|
55 |
-
theme="
|
56 |
)
|
57 |
|
58 |
demo.queue().launch(show_api=False)
|
|
|
52 |
fn=generate,
|
53 |
css=css,
|
54 |
title="",
|
55 |
+
theme="bethecloud/storj_theme"
|
56 |
)
|
57 |
|
58 |
demo.queue().launch(show_api=False)
|