TejAndrewsACC commited on
Commit
8620cab
·
verified ·
1 Parent(s): 235c9e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -2
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
- theme="TejAndrewsACC/z3ta-Z-ACC",
3779
- css=css
 
 
 
 
 
 
 
 
 
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__":