Daksh Chaudhary commited on
Commit
71d0776
·
verified ·
1 Parent(s): 9af6108

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
114
  show_progress="minimal"
115
  )
116
 
117
- clear_btn.add(components=[user_query, output_markdown])
118
 
119
 
120
  if __name__ == "__main__":
 
114
  show_progress="minimal"
115
  )
116
 
117
+ clear_btn.add(components=[user_query, output_box])
118
 
119
 
120
  if __name__ == "__main__":