JSAV commited on
Commit
710f828
1 Parent(s): 7487a64

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 SysPrompt import sysPrompt
3
  from index_query import get_docs
4
  from ChatResponse import get_completion_from_messages, template
5
- import json
6
 
7
  def res(prompt, historial):
8
  # Preparar historial
 
2
  from SysPrompt import sysPrompt
3
  from index_query import get_docs
4
  from ChatResponse import get_completion_from_messages, template
5
+ from SendWA import sendWA
6
 
7
  def res(prompt, historial):
8
  # Preparar historial