Update app.py
Browse files
app.py
CHANGED
|
@@ -60,9 +60,9 @@ with st.container():
|
|
| 60 |
"""
|
| 61 |
<div style='text-align: center; padding-top: 10px;'>
|
| 62 |
<h2>❤️ HeartBot AI</h2>
|
| 63 |
-
<
|
| 64 |
RAG-based LLM Chatbot for Myocardial Infarction and Heart Failure Clinical Decision Support
|
| 65 |
-
</
|
| 66 |
</div>
|
| 67 |
<br><br>
|
| 68 |
""",
|
|
|
|
| 60 |
"""
|
| 61 |
<div style='text-align: center; padding-top: 10px;'>
|
| 62 |
<h2>❤️ HeartBot AI</h2>
|
| 63 |
+
<h5 style='color: #666; margin-top: 10px;'>
|
| 64 |
RAG-based LLM Chatbot for Myocardial Infarction and Heart Failure Clinical Decision Support
|
| 65 |
+
</h5>
|
| 66 |
</div>
|
| 67 |
<br><br>
|
| 68 |
""",
|