iAIChat commited on
Commit
560374b
·
1 Parent(s): 0314997

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,6 +161,6 @@ def run_chain(user_query):
161
  iface = gr.Interface(fn=run_chain, inputs="text", outputs="text", title="AI Response")
162
  iface.launch()
163
 
164
- delete_button = Button("Exit & Clear Data")
165
  if delete_button:
166
  atexit.register(exit_handler)
 
161
  iface = gr.Interface(fn=run_chain, inputs="text", outputs="text", title="AI Response")
162
  iface.launch()
163
 
164
+ delete_button = gr.Button("Exit & Clear Data")
165
  if delete_button:
166
  atexit.register(exit_handler)