Samarth991 commited on
Commit
7ff1f89
1 Parent(s): e9840df

adding my LLM-chatbot model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,5 +101,5 @@ with gr.Blocks(css=css) as demo:
101
  langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
102
  load_pdf = gr.Button("Load file to langchain")
103
 
104
- chatbot = gr.Chatbot([], elem_id="chatbot").style(height=350)
105
  question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")
 
101
  langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
102
  load_pdf = gr.Button("Load file to langchain")
103
 
104
+ chatbot = gr.Chatbot([], elem_id="chatbot",height=350)
105
  question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")