Spaces:
Sleeping
Sleeping
TogetherAI
commited on
Commit
•
db8594e
1
Parent(s):
486c261
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ css = """
|
|
99 |
"""
|
100 |
|
101 |
|
102 |
-
with gr.Blocks(css=css, theme="
|
103 |
gr.HTML("<h1><center>AI Assistant<h1><center>")
|
104 |
gr.ChatInterface(
|
105 |
generate,
|
|
|
99 |
"""
|
100 |
|
101 |
|
102 |
+
with gr.Blocks(css=css, theme="ParityError/Interstellar") as demo:
|
103 |
gr.HTML("<h1><center>AI Assistant<h1><center>")
|
104 |
gr.ChatInterface(
|
105 |
generate,
|