bupa1018 commited on
Commit
f02dae4
·
verified ·
1 Parent(s): c115841

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def main():
81
  with gr.Column(scale=1):
82
  clear_input_btn = gr.Button("Clear Input", variant="stop")
83
  with gr.Column(scale=1):
84
- clear_chat_btn = gr.Button("Clear Chat", variant="stop") # New button to clear chat history
85
 
86
  gr.Examples(
87
  examples=[
 
81
  with gr.Column(scale=1):
82
  clear_input_btn = gr.Button("Clear Input", variant="stop")
83
  with gr.Column(scale=1):
84
+ clear_chat_btn = gr.Button("Reset Chat", variant="stop") # New button to clear chat history
85
 
86
  gr.Examples(
87
  examples=[