Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,10 +106,10 @@ with gr.Blocks() as chat:
|
|
106 |
#search_output = gr.Textbox(label="Ähnliche Dokumente")
|
107 |
#with gr.Row():
|
108 |
#search_button = gr.Button("Suchen")
|
109 |
-
with gr.Row():
|
110 |
-
llm_prompt_input = gr.Textbox(label="Frage an das LLM", placeholder="Gib eine Frage ein")
|
111 |
llm_output = gr.Textbox(label="LLM Antwort")
|
112 |
with gr.Row():
|
|
|
113 |
llm_submit_button = gr.Button("send")
|
114 |
|
115 |
#search_button.click(search_similar_documents, inputs=prompt_input, outputs=search_output)
|
|
|
106 |
#search_output = gr.Textbox(label="Ähnliche Dokumente")
|
107 |
#with gr.Row():
|
108 |
#search_button = gr.Button("Suchen")
|
109 |
+
with gr.Row():
|
|
|
110 |
llm_output = gr.Textbox(label="LLM Antwort")
|
111 |
with gr.Row():
|
112 |
+
llm_prompt_input = gr.Textbox(label="Frage an das LLM", placeholder="Gib eine Frage ein")
|
113 |
llm_submit_button = gr.Button("send")
|
114 |
|
115 |
#search_button.click(search_similar_documents, inputs=prompt_input, outputs=search_output)
|