Update app.py
Browse files
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("
|
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=[
|