Chris4K commited on
Commit
4027725
1 Parent(s): 62600e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -245,10 +245,10 @@ def simple(text:str):
245
  app = gr.ChatInterface(
246
  fn=get_response,
247
  #fn=simple,
248
- inputs=["text"],
249
- outputs="text",
250
  title="Chat with Websites",
251
- description="TSchreibe hier deine Frage rein...",
252
  #allow_flagging=False
253
  retry_btn=None,
254
  undo_btn=None,
 
245
  app = gr.ChatInterface(
246
  fn=get_response,
247
  #fn=simple,
248
+ # inputs=["text"],
249
+ # outputs="text",
250
  title="Chat with Websites",
251
+ description="Schreibe hier deine Frage rein...",
252
  #allow_flagging=False
253
  retry_btn=None,
254
  undo_btn=None,