Chris4K commited on
Commit
2770f0b
1 Parent(s): 85eade9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -198,7 +198,7 @@ def get_response(user_input):
198
  def simple(text:str):
199
  return text +" hhhmmm "
200
 
201
- app = gr.Interface(
202
  fn=get_response,
203
  #fn=simple,
204
  inputs=["text"],
@@ -206,6 +206,9 @@ app = gr.Interface(
206
  title="Chat with Websites",
207
  description="TSchreibe hier deine Frage rein...",
208
  #allow_flagging=False
 
 
 
209
  )
210
 
211
  app.launch(debug=True, share=True)#wie registriere ich mich bei bofrost? Was kosten Linguine
 
198
  def simple(text:str):
199
  return text +" hhhmmm "
200
 
201
+ app = gr.ChatInterface(
202
  fn=get_response,
203
  #fn=simple,
204
  inputs=["text"],
 
206
  title="Chat with Websites",
207
  description="TSchreibe hier deine Frage rein...",
208
  #allow_flagging=False
209
+ retry_btn=None,
210
+ undo_btn=None,
211
+ clear_btn=None
212
  )
213
 
214
  app.launch(debug=True, share=True)#wie registriere ich mich bei bofrost? Was kosten Linguine