mrbeliever commited on
Commit
d488fd7
·
verified ·
1 Parent(s): f9333ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -14
app.py CHANGED
@@ -23,20 +23,6 @@ client = OpenAI(
23
  api_key=os.environ.get('HUGGINGFACEHUB_API_TOKEN')#"hf_xxx" # Replace with your token
24
  )
25
 
26
- dark_theme_css = """
27
- <style>
28
- body {
29
- background-color: #1E1E1E;
30
- color: #FFFFFF;
31
- }
32
- header, footer, .stButton button {
33
- background-color: #262626 !important;
34
- }
35
- </style>
36
- """
37
-
38
- st.markdown(dark_theme_css, unsafe_allow_html=True)
39
- st.title("Dark Theme Applied Manually")
40
 
41
 
42
  #Create supported models
 
23
  api_key=os.environ.get('HUGGINGFACEHUB_API_TOKEN')#"hf_xxx" # Replace with your token
24
  )
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
 
28
  #Create supported models