Saicharan21 commited on
Commit
8cd4015
·
verified ·
1 Parent(s): 38bcd6f

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks(title="CardioLab AI SJSU") as demo:
64
  gr.Markdown("github.com/pranatechsol/Cardio-Lab-Ai")
65
  with gr.Tab("Research Chat"):
66
  gr.Markdown("### Chat like ChatGPT for CardioLab research")
67
- chatbot = gr.Chatbot(height=400, label="CardioLab AI", type="messages")
68
  msg_box = gr.Textbox(placeholder="Ask anything about CardioLab...", label="Your message", lines=2)
69
  with gr.Row():
70
  send_btn = gr.Button("Send", variant="primary", scale=3)
 
64
  gr.Markdown("github.com/pranatechsol/Cardio-Lab-Ai")
65
  with gr.Tab("Research Chat"):
66
  gr.Markdown("### Chat like ChatGPT for CardioLab research")
67
+ chatbot = gr.Chatbot(height=400, label="CardioLab AI")
68
  msg_box = gr.Textbox(placeholder="Ask anything about CardioLab...", label="Your message", lines=2)
69
  with gr.Row():
70
  send_btn = gr.Button("Send", variant="primary", scale=3)