TejAndrewsACC commited on
Commit
617ea2c
·
verified ·
1 Parent(s): 7d5929b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3113,7 +3113,7 @@ demo = gr.ChatInterface(
3113
  save_history=True,
3114
  editable=True,
3115
  flagging_mode="manual",
3116
- chatbot=gr.Chatbot(type="messages", label="💠Z3ta-Z💠", show_copy_button=True, avatar_images=("https://huggingface.co/spaces/TejAndrewsACC/Z3ta_Z/resolve/main/Screenshot_20250201-131420.png", "https://huggingface.co/spaces/TejAndrewsACC/Z3ta_Z/resolve/main/Screenshot_20250201-125842.png"), placeholder="💠-Hey, I'm Z3ta-Z. Let's dive into conversation together and see what we can discover!-💠", show_copy_all_button=True),
3117
  additional_inputs=[
3118
  gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="📏Z3ta-Z's Maximum Response Length📏"),
3119
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨‍🎨🎨Z3ta-Z's Creativity🎨👨‍🎨"),
 
3113
  save_history=True,
3114
  editable=True,
3115
  flagging_mode="manual",
3116
+ chatbot=gr.Chatbot(type="messages", label="💠Z3ta-Z💠", show_copy_button=True, avatar_images=("https://huggingface.co/spaces/TejAndrewsACC/Z3ta_Z/resolve/main/Screenshot_20250201-131420.png", "https://huggingface.co/spaces/TejAndrewsACC/Z3ta_Z/resolve/main/Screenshot_20250201-125842.png"), placeholder="💠Hi, I'm Z3ta-Z💠", show_copy_all_button=True),
3117
  additional_inputs=[
3118
  gr.Slider(minimum=1, maximum=2048, value=2048, step=1, label="📏Z3ta-Z's Maximum Response Length📏"),
3119
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="👨‍🎨🎨Z3ta-Z's Creativity🎨👨‍🎨"),