arpita-23 commited on
Commit
a1ad4a3
·
verified ·
1 Parent(s): ab22429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -16,9 +16,7 @@ st.set_page_config(
16
 
17
  # Custom CSS for styling
18
  tabs_css = """
19
- # Custom CSS for styling
20
- tabs_css = """
21
- <style>
22
  body, .stApp {
23
  background-color: #E3F2FD;
24
  }
@@ -42,7 +40,7 @@ tabs_css = """
42
  background-color: white;
43
  border-radius: 20px;
44
  padding: 5px;
45
- box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); /* Adds subtle shadow */
46
  }
47
  .stTabs [data-baseweb="tab"] {
48
  color: #003366;
@@ -60,10 +58,6 @@ tabs_css = """
60
 
61
  st.markdown(tabs_css, unsafe_allow_html=True)
62
 
63
- """
64
-
65
- st.markdown(tabs_css, unsafe_allow_html=True)
66
-
67
  # Retrieve the Google API key from the environment
68
  GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
69
 
 
16
 
17
  # Custom CSS for styling
18
  tabs_css = """
19
+ <style>
 
 
20
  body, .stApp {
21
  background-color: #E3F2FD;
22
  }
 
40
  background-color: white;
41
  border-radius: 20px;
42
  padding: 5px;
43
+ box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
44
  }
45
  .stTabs [data-baseweb="tab"] {
46
  color: #003366;
 
58
 
59
  st.markdown(tabs_css, unsafe_allow_html=True)
60
 
 
 
 
 
61
  # Retrieve the Google API key from the environment
62
  GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
63