Update app.py
Browse files
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://
|
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,
|