Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
9 |
#import groq
|
10 |
-
|
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.
|
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 |
|