SHAMIL SHAHBAZ AWAN commited on
Commit
cb9ebed
·
verified ·
1 Parent(s): 84e7946

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -33,6 +33,10 @@ else:
33
  background-position: center;
34
  background-repeat: no-repeat;
35
  }}
 
 
 
 
36
  </style>
37
  """,
38
  unsafe_allow_html=True
@@ -113,6 +117,7 @@ else:
113
  query_response = enhance_with_groq(user_query)
114
  st.write("Response from Groq:")
115
  st.write(query_response)
 
116
  # Add a bottom-left corner credit
117
  st.markdown("""
118
  <style>
@@ -123,8 +128,8 @@ st.markdown("""
123
  padding: 10px;
124
  font-size: 14px;
125
  font-family: 'Arial', sans-serif;
126
- color: #555;
127
- background-color: rgba(255, 255, 255, 0.7);
128
  border-top-right-radius: 8px;
129
  }
130
  </style>
 
33
  background-position: center;
34
  background-repeat: no-repeat;
35
  }}
36
+ .stApp * {{
37
+ color: white !important;
38
+ text-shadow: 1px 1px 2px black;
39
+ }}
40
  </style>
41
  """,
42
  unsafe_allow_html=True
 
117
  query_response = enhance_with_groq(user_query)
118
  st.write("Response from Groq:")
119
  st.write(query_response)
120
+
121
  # Add a bottom-left corner credit
122
  st.markdown("""
123
  <style>
 
128
  padding: 10px;
129
  font-size: 14px;
130
  font-family: 'Arial', sans-serif;
131
+ color: white;
132
+ background-color: rgba(0, 0, 0, 0.5);
133
  border-top-right-radius: 8px;
134
  }
135
  </style>