umair894 commited on
Commit
1e632b1
·
verified ·
1 Parent(s): 97e0103

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,6 +17,6 @@ def chat_response(message, history):
17
  return response
18
 
19
  with gr.Blocks() as demo:
20
- chatbot = gr.ChatInterface(chat_response,css="footer {visibility: hidden}",theme=None,show_api=False)
21
 
22
  demo.launch(share=True)
 
17
  return response
18
 
19
  with gr.Blocks() as demo:
20
+ chatbot = gr.ChatInterface(chat_response,css="footer {visibility: hidden}",theme=None)
21
 
22
  demo.launch(share=True)