Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def google_search(query):
|
|
27 |
|
28 |
demo = gr.Interface(
|
29 |
fn=google_search,
|
30 |
-
inputs=gr.Textbox(lines=
|
31 |
outputs="text",
|
32 |
title="google websearch",
|
33 |
description="Geben Sie eine Suchanfrage ein..."
|
|
|
27 |
|
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..."
|