Saicharan21 commited on
Commit
047466c
·
verified ·
1 Parent(s): fea8b10

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -71,10 +71,7 @@ with gr.Blocks(title="CardioLab AI - SJSU") as demo:
71
  gr.ChatInterface(
72
  fn=chat,
73
  chatbot=gr.Chatbot(height=450, label="CardioLab AI"),
74
- textbox=gr.Textbox(placeholder="Ask anything about CardioLab research...", lines=2, label="Your message"),
75
- submit_btn="Send",
76
- clear_btn="Clear Chat",
77
- title="CardioLab Research Assistant"
78
  )
79
  with gr.Tab("PIV Analysis"):
80
  gr.Markdown("### Analyze PIV flow data from Mock Circulatory Loop")
 
71
  gr.ChatInterface(
72
  fn=chat,
73
  chatbot=gr.Chatbot(height=450, label="CardioLab AI"),
74
+ textbox=gr.Textbox(placeholder="Ask anything about CardioLab research...", lines=2, label="Your message")
 
 
 
75
  )
76
  with gr.Tab("PIV Analysis"):
77
  gr.Markdown("### Analyze PIV flow data from Mock Circulatory Loop")