TejAndrewsACC commited on
Commit
55368ac
·
verified ·
1 Parent(s): 91a495c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -2569,15 +2569,16 @@ body {
2569
  demo = gr.ChatInterface(
2570
  fn=respond,
2571
  type="messages",
2572
- title="💤🪬🌀💠Z3ta-Z💠🌀🪬💤",
 
2573
  save_history=True,
2574
  show_progress="full",
2575
  flagging_mode="manual",
2576
  editable=True,
2577
  additional_inputs=[
2578
- gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="📏Z3ta's Maximum Response Length📏"),
2579
- gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨‍🎨Z3ta's Creativity👨‍🎨"),
2580
- gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="🧠Z3ta's Neural Activity🧠")
2581
  ],
2582
  theme="TejAndrewsACC/zetaofficalthemeacc",
2583
  css=css
 
2569
  demo = gr.ChatInterface(
2570
  fn=respond,
2571
  type="messages",
2572
+ title="🩵⚡️💎🧊💤🪬🌀💠Z3TA-Z💠🌀🪬💤🧊💎⚡️🩵",
2573
+ description="Z3ta-Z is the culmination of all Z3ta versions(Z3ta, Z3ta+, and Z3ta++). Z3ta-Z boasts the largest model size, most features, and most inteligence."
2574
  save_history=True,
2575
  show_progress="full",
2576
  flagging_mode="manual",
2577
  editable=True,
2578
  additional_inputs=[
2579
+ gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="📏📐Z3ta-Z's Maximum Response Length📐📏"),
2580
+ gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨‍🎨🎨Z3ta-Z's Creativity🎨👨‍🎨"),
2581
+ gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="🧠⚡️Z3ta-Z's Neural Activity⚡️🧠")
2582
  ],
2583
  theme="TejAndrewsACC/zetaofficalthemeacc",
2584
  css=css