Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
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"
|
| 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)
|