nevreal commited on
Commit
62fd92e
·
verified ·
1 Parent(s): 18a37e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks(theme='nevreal/blues') as demo:
73
 
74
  def go(*_args):
75
  time.sleep(3)
76
- return "https://gradio-static-files.s3.us-west-2.amazonaws.com/header-image.jpg"
77
 
78
  go_btn.click(go, [radio, drop, drop_2, check, name], img, api_name="go")
79
 
@@ -122,7 +122,7 @@ with gr.Blocks(theme='nevreal/blues') as demo:
122
 
123
  chat_btn.click(
124
  lambda history: history
125
- + [["How are you?", "I am good."]]
126
  + (time.sleep(2) or []),
127
  chatbot,
128
  chatbot,
 
73
 
74
  def go(*_args):
75
  time.sleep(3)
76
+ return "https://huggingface.co/spaces/nevreal/blues/resolve/main/The_Diet_Syndrome_005.png"
77
 
78
  go_btn.click(go, [radio, drop, drop_2, check, name], img, api_name="go")
79
 
 
122
 
123
  chat_btn.click(
124
  lambda history: history
125
+ + [["How are you?", "I am good.", "How are you?", "I am not good today."]]
126
  + (time.sleep(2) or []),
127
  chatbot,
128
  chatbot,