Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,8 @@ def google_search(query):
|
|
28 |
demo = gr.Interface(
|
29 |
fn=google_search,
|
30 |
inputs=gr.Textbox(lines=1, placeholder="Geben Sie Ihre Suchanfrage ein..."),
|
31 |
-
outputs="text",
|
|
|
32 |
title="google websearch",
|
33 |
description="Geben Sie eine Suchanfrage ein..."
|
34 |
)
|
|
|
28 |
demo = gr.Interface(
|
29 |
fn=google_search,
|
30 |
inputs=gr.Textbox(lines=1, placeholder="Geben Sie Ihre Suchanfrage ein..."),
|
31 |
+
#outputs="text",
|
32 |
+
outputs=gr.Markdown(),
|
33 |
title="google websearch",
|
34 |
description="Geben Sie eine Suchanfrage ein..."
|
35 |
)
|