Update app.py
Browse files
app.py
CHANGED
@@ -245,10 +245,10 @@ def simple(text:str):
|
|
245 |
app = gr.ChatInterface(
|
246 |
fn=get_response,
|
247 |
#fn=simple,
|
248 |
-
|
249 |
-
|
250 |
title="Chat with Websites",
|
251 |
-
description="
|
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,
|