Spaces:
Runtime error
Runtime error
Update app.py
Browse filesChanged to another theme (
app.py
CHANGED
@@ -58,7 +58,7 @@ demo = gr.ChatInterface(
|
|
58 |
label="Top-p (nucleus sampling)",
|
59 |
),
|
60 |
],
|
61 |
-
theme="
|
62 |
)
|
63 |
|
64 |
if __name__ == "__main__":
|
|
|
58 |
label="Top-p (nucleus sampling)",
|
59 |
),
|
60 |
],
|
61 |
+
theme="allenai/gradio-theme" # Apply the custom theme
|
62 |
)
|
63 |
|
64 |
if __name__ == "__main__":
|