ZoniaChatbot commited on
Commit
7948ebe
verified
1 Parent(s): ea1f5e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ if __name__ == '__main__':
74
  css = """.toast-wrap { display: none !importante } """
75
  examples = ['Puede hablarme del PNL?', 'Introducci贸n a la PNL']
76
  chat_interface_stream = gr.ChatInterface(
77
- predict_stream,
78
  textbox=gr.Textbox(lines=4, placeholder="Ask me question", scale=7), # A帽adir submit=True
79
  title=title,
80
  # description=description,
 
74
  css = """.toast-wrap { display: none !importante } """
75
  examples = ['Puede hablarme del PNL?', 'Introducci贸n a la PNL']
76
  chat_interface_stream = gr.ChatInterface(
77
+ predict,
78
  textbox=gr.Textbox(lines=4, placeholder="Ask me question", scale=7), # A帽adir submit=True
79
  title=title,
80
  # description=description,