mgokg commited on
Commit
dde4a77
·
verified ·
1 Parent(s): b47d3fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -5,9 +5,9 @@ from urllib.parse import urljoin
5
  from gradio_client import Client
6
  import json
7
  import csv
8
- #import pandas
9
  #import groq
10
- #import os
11
 
12
  #api_key = os.getenv('groq')
13
  client = Client("mgokg/PerplexicaApi")
@@ -88,7 +88,7 @@ with gr.Blocks() as demo:
88
  gr.Markdown("# ")
89
  with gr.Row():
90
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
91
- links_output = gr.Textbox(label="Vereinsliste")
92
  #links_output = gr.DataFrame(label="Ergebnisse")
93
  #json_output = gr.JSON(label="Ergebnisse")
94
 
 
5
  from gradio_client import Client
6
  import json
7
  import csv
8
+ import pandas
9
  #import groq
10
+ import os
11
 
12
  #api_key = os.getenv('groq')
13
  client = Client("mgokg/PerplexicaApi")
 
88
  gr.Markdown("# ")
89
  with gr.Row():
90
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
91
+ links_output = gr.JSON(label="Vereinsliste")
92
  #links_output = gr.DataFrame(label="Ergebnisse")
93
  #json_output = gr.JSON(label="Ergebnisse")
94