mgokg commited on
Commit
d3c9f68
·
verified ·
1 Parent(s): 2ec6e2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def search_similar_documents(prompt):
111
  return ergebnis
112
 
113
 
114
- with gr.Blocks() as chat:
115
  gr.Markdown("### Ask the RKI Files", elem_classes="tab-header")
116
  with gr.Row():
117
  llm_output = gr.Textbox(label="LLM Answer")
 
111
  return ergebnis
112
 
113
 
114
+ with gr.Blocks() as chat:
115
  gr.Markdown("### Ask the RKI Files", elem_classes="tab-header")
116
  with gr.Row():
117
  llm_output = gr.Textbox(label="LLM Answer")