Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks() as demo:
|
|
78 |
with gr.Row():
|
79 |
prompt_input = gr.Textbox(label="Suche nach ähnlichen Dokumenten", placeholder="Gib einen Suchbegriff ein")
|
80 |
#search_button = gr.Button("Suchen")
|
81 |
-
search_output = gr.
|
82 |
with gr.Row():
|
83 |
search_button = gr.Button("Suchen")
|
84 |
|
|
|
78 |
with gr.Row():
|
79 |
prompt_input = gr.Textbox(label="Suche nach ähnlichen Dokumenten", placeholder="Gib einen Suchbegriff ein")
|
80 |
#search_button = gr.Button("Suchen")
|
81 |
+
search_output = gr.Textbox(label="Ähnliche Dokumente")
|
82 |
with gr.Row():
|
83 |
search_button = gr.Button("Suchen")
|
84 |
|