The-Adnan-Syed commited on
Commit
8c0d315
·
verified ·
1 Parent(s): 207f494

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -26,18 +26,6 @@ footer {visibility: hidden;}
26
 
27
  </style> """
28
 
29
- css = """
30
- <style>
31
- body {
32
- background: linear-gradient(to right, #56CCF2, #2F80ED); /* Blue gradient */
33
- }
34
- .stApp { /* This targets the Streamlit app's main container */
35
- background: transparent;
36
- }
37
- </style>
38
- """
39
-
40
- st.markdown(css,unsafe_allow_html=True)
41
 
42
  api = os.environ['api']
43
 
 
26
 
27
  </style> """
28
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  api = os.environ['api']
31