caarleexx commited on
Commit
005aeea
·
verified ·
1 Parent(s): 944ed6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -543,7 +543,7 @@ def chat_interface(msg: str, hist: List, anexo=None, dna_json: str="{}") -> Tupl
543
  return novo_hist, "", json.dumps(dna_new, indent=2), None
544
 
545
 
546
- __name__ == "__main__":
547
  with gr.Blocks(title="Pipeline v10 ATUALIZADA", theme=gr.themes.Soft()) as demo:
548
  gr.Markdown(TITLE + "\n**Metacognição Pura + X1-X2 + Verificação Final**")
549
 
 
543
  return novo_hist, "", json.dumps(dna_new, indent=2), None
544
 
545
 
546
+ if __name__ == "__main__":
547
  with gr.Blocks(title="Pipeline v10 ATUALIZADA", theme=gr.themes.Soft()) as demo:
548
  gr.Markdown(TITLE + "\n**Metacognição Pura + X1-X2 + Verificação Final**")
549