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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
  )