blanchon commited on
Commit
3c092f1
·
1 Parent(s): 60dc2bb
Files changed (1) hide show
  1. app.py +1 -1
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="huggingface")
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 = ''