mgokg commited on
Commit
3201d2f
·
verified ·
1 Parent(s): 35adf6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=3, placeholder="Geben Sie Ihre Suchanfrage ein..."),
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..."