Spaces:
Running
on
Zero
Running
on
Zero
button
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ with gr.Blocks(title="PixDiet", theme=gr.themes.Ocean()) as demo:
|
|
197 |
text_input = gr.Textbox(label="Ask about your meal", placeholder="(Optional) Enter your message here...", lines=1, container=False)
|
198 |
with gr.Row():
|
199 |
send_btn = gr.Button("Send", variant="primary")
|
200 |
-
clear_btn = gr.Button("Delete my historic", variant="
|
201 |
|
202 |
def submit_chat(chatbot, text_input):
|
203 |
response = ''
|
|
|
197 |
text_input = gr.Textbox(label="Ask about your meal", placeholder="(Optional) Enter your message here...", lines=1, container=False)
|
198 |
with gr.Row():
|
199 |
send_btn = gr.Button("Send", variant="primary")
|
200 |
+
clear_btn = gr.Button("Delete my historic", variant="secondary")
|
201 |
|
202 |
def submit_chat(chatbot, text_input):
|
203 |
response = ''
|