Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3775,8 +3775,17 @@ demo = gr.ChatInterface(
|
|
3775 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨🎨🎨Z3ta-Z's Creativity🎨👨🎨"),
|
3776 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="🧠⚡️Z3ta-Z's Neural Activity⚡️🧠")
|
3777 |
],
|
3778 |
-
|
3779 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3780 |
)
|
3781 |
|
3782 |
if __name__ == "__main__":
|
|
|
3775 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨🎨🎨Z3ta-Z's Creativity🎨👨🎨"),
|
3776 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="🧠⚡️Z3ta-Z's Neural Activity⚡️🧠")
|
3777 |
],
|
3778 |
+
css=css,
|
3779 |
+
theme = gr.themes.Soft(
|
3780 |
+
primary_hue="sky",
|
3781 |
+
secondary_hue="cyan",
|
3782 |
+
neutral_hue="sky",
|
3783 |
+
font=[gr.themes.GoogleFont('Caveat'), gr.themes.GoogleFont('Caveat'), gr.themes.GoogleFont('Caveat'), gr.themes.GoogleFont('Caveat')],
|
3784 |
+
font_mono=[gr.themes.GoogleFont('Caveat'), gr.themes.GoogleFont('Caveat'), gr.themes.GoogleFont('Caveat'), gr.themes.GoogleFont('Caveat')],
|
3785 |
+
)
|
3786 |
+
|
3787 |
+
with gr.Blocks(theme=theme) as demo:
|
3788 |
+
|
3789 |
)
|
3790 |
|
3791 |
if __name__ == "__main__":
|