Raghav001 commited on
Commit
2aa4073
·
1 Parent(s): 0640855

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -59,7 +59,6 @@ def doc_emb(doc: str):
59
  print('emb_list',emb_list)
60
 
61
  print('\n'.join(texts))
62
- pine(doc)
63
  gr.Textbox.update(value="")
64
  return texts, emb_list, gr.Textbox.update(visible=True), gr.Button.update(visible=True), gr.Markdown.update(
65
  value="""success ! Let's talk"""), gr.Chatbot.update(visible=True)
 
59
  print('emb_list',emb_list)
60
 
61
  print('\n'.join(texts))
 
62
  gr.Textbox.update(value="")
63
  return texts, emb_list, gr.Textbox.update(visible=True), gr.Button.update(visible=True), gr.Markdown.update(
64
  value="""success ! Let's talk"""), gr.Chatbot.update(visible=True)