aheman20 commited on
Commit
44be062
1 Parent(s): edb326a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ db = Pinecone.from_existing_index(index_name=index_n, embedding=embeddings)
45
 
46
 
47
  with gr.Blocks() as demo:
48
- chatbot = gr.Chatbot(label="Talk to the Book")
49
  msg = gr.Textbox()
50
  clear = gr.Button("Clear")
51
  chat_history = []
 
45
 
46
 
47
  with gr.Blocks() as demo:
48
+ chatbot = gr.Chatbot(label="Talk to the Bot")
49
  msg = gr.Textbox()
50
  clear = gr.Button("Clear")
51
  chat_history = []