yogesh69 commited on
Commit
c19fef3
·
verified ·
1 Parent(s): bf0d3e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -323,11 +323,7 @@ def demo():
323
  with gr.Row():
324
  qachain_btn = gr.Button("Initialize Question Answering chain")
325
 
326
-
327
- with gr.Row():
328
- llm_progress = gr.Textbox(value="None", label="QA Chain Initialization Status", interactive=False)
329
- with gr.Row():
330
- qachain_btn = gr.Button("Initialize Question Answering Chain")
331
 
332
 
333
  with gr.Tab("Step 4: Chatbot"):
 
323
  with gr.Row():
324
  qachain_btn = gr.Button("Initialize Question Answering chain")
325
 
326
+
 
 
 
 
327
 
328
 
329
  with gr.Tab("Step 4: Chatbot"):