Pijush2023 commited on
Commit
fbc0adf
·
verified ·
1 Parent(s): e0e43d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -672,7 +672,7 @@ def update_images():
672
 
673
  def clear_state_and_textbox():
674
  conversational_memory.clear()
675
- return "", ""
676
 
677
  with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
678
  with gr.Row():
 
672
 
673
  def clear_state_and_textbox():
674
  conversational_memory.clear()
675
+ return ""
676
 
677
  with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
678
  with gr.Row():