update
Browse files
app.py
CHANGED
|
@@ -239,8 +239,6 @@
|
|
| 239 |
# # Footer
|
| 240 |
# st.markdown("---")
|
| 241 |
# st.markdown("💡 *This AI provides learning-based medical insights, not actual medical advice.*")
|
| 242 |
-
|
| 243 |
-
|
| 244 |
import streamlit as st
|
| 245 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 246 |
|
|
@@ -255,7 +253,7 @@ llm = ChatGoogleGenerativeAI(
|
|
| 255 |
st.markdown(
|
| 256 |
"""
|
| 257 |
<style>
|
| 258 |
-
|
| 259 |
background-color: #efefef !important;
|
| 260 |
}
|
| 261 |
iframe {
|
|
|
|
| 239 |
# # Footer
|
| 240 |
# st.markdown("---")
|
| 241 |
# st.markdown("💡 *This AI provides learning-based medical insights, not actual medical advice.*")
|
|
|
|
|
|
|
| 242 |
import streamlit as st
|
| 243 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 244 |
|
|
|
|
| 253 |
st.markdown(
|
| 254 |
"""
|
| 255 |
<style>
|
| 256 |
+
.stApp {
|
| 257 |
background-color: #efefef !important;
|
| 258 |
}
|
| 259 |
iframe {
|