giannantonio15 commited on
Commit
062b368
1 Parent(s): 30884e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -316,6 +316,8 @@ def main():
316
  "rispondi sempre alla seguente query sul bando regionale della Puglia usando le informazioni di contesto."
317
  "\n", llm=llm, memory=memory_bandi_sistema_puglia, prefix_messages=[])
318
 
 
 
319
 
320
  def html_escape(text):
321
  html_entities = {
@@ -374,7 +376,6 @@ def main():
374
  return ""
375
 
376
 
377
- set_chat_engine()
378
  with gr.Blocks(css=css, head=head) as demo:
379
  with gr.Row():
380
  output = gr.HTML()
 
316
  "rispondi sempre alla seguente query sul bando regionale della Puglia usando le informazioni di contesto."
317
  "\n", llm=llm, memory=memory_bandi_sistema_puglia, prefix_messages=[])
318
 
319
+ set_chat_engine()
320
+
321
 
322
  def html_escape(text):
323
  html_entities = {
 
376
  return ""
377
 
378
 
 
379
  with gr.Blocks(css=css, head=head) as demo:
380
  with gr.Row():
381
  output = gr.HTML()