Update app.py
Browse files
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)
|