Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -108,8 +108,8 @@ with gr.Blocks() as demo:
|
|
108 |
with gr.Row():
|
109 |
ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
|
110 |
with gr.Row():
|
111 |
-
links_output = gr.
|
112 |
-
rechts_output = gr.
|
113 |
#links_output = gr.DataFrame(label="Ergebnisse")
|
114 |
#json_output = gr.JSON(label="Ergebnisse")
|
115 |
|
|
|
108 |
with gr.Row():
|
109 |
ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
|
110 |
with gr.Row():
|
111 |
+
links_output = gr.JSON(label="Antwort")
|
112 |
+
rechts_output = gr.JSON(label="Antwort")
|
113 |
#links_output = gr.DataFrame(label="Ergebnisse")
|
114 |
#json_output = gr.JSON(label="Ergebnisse")
|
115 |
|