Shriharsh commited on
Commit
b0d1299
·
verified ·
1 Parent(s): e811f80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -249,15 +249,15 @@ with gr.Blocks() as app:
249
 
250
  <br>
251
  <div style="border: 1px solid #ccc; border-radius: 5px; padding: 10px; background-color: #f9f9f9;">
252
- **Disclaimer:**
253
  The information provided by this chatbot is for research and informational purposes only and is not intended to substitute professional medical advice, diagnosis, or treatment. Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition.
254
  </div>
255
  <br>
256
  *Example Queries:*
257
  - "What is new with type 2 diabetes management research?"
258
  - "Tell me about new treatments in diabetes if any."
259
- """,
260
- unsafe_allow_html=True)
261
 
262
  with gr.Row():
263
  query_input = gr.Textbox(label="Ask a Question", placeholder="Type your diabetes-related query here...", lines=2)
 
249
 
250
  <br>
251
  <div style="border: 1px solid #ccc; border-radius: 5px; padding: 10px; background-color: #f9f9f9;">
252
+ <strong>Disclaimer:</strong>
253
  The information provided by this chatbot is for research and informational purposes only and is not intended to substitute professional medical advice, diagnosis, or treatment. Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition.
254
  </div>
255
  <br>
256
  *Example Queries:*
257
  - "What is new with type 2 diabetes management research?"
258
  - "Tell me about new treatments in diabetes if any."
259
+ """
260
+ )
261
 
262
  with gr.Row():
263
  query_input = gr.Textbox(label="Ask a Question", placeholder="Type your diabetes-related query here...", lines=2)