ASNVS commited on
Commit
0938142
·
verified ·
1 Parent(s): 07e8c5e
Files changed (1) hide show
  1. app.py +1 -3
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
- body {
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 {