Daniel00611 commited on
Commit
fd245bb
·
verified ·
1 Parent(s): 18192fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from openai import OpenAI
3
  import json
4
 
5
- with open("data_dict.json", "r", encoding="utf-8") as file:
6
  context = file.read() # Cargar JSON como string
7
 
8
  def respond(
 
2
  from openai import OpenAI
3
  import json
4
 
5
+ with open("manual_usuario_text_urls_resumen.json", "r", encoding="utf-8") as file:
6
  context = file.read() # Cargar JSON como string
7
 
8
  def respond(