sschet commited on
Commit
2e502f5
1 Parent(s): 1378147

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ openai.api_key = st.secrets['OpenAI_API_Key']
6
 
7
  def main():
8
  # Use markdown for the title with a custom color
9
- st.sidebar.markdown("<h1 style='color: #fffffe;'>Chat w/MidikanGPT-4</h1>", unsafe_allow_html=True)
10
-
11
  # Creating a text input field for user question context
12
  context = st.sidebar.text_area("Context (if any):")
13
 
 
6
 
7
  def main():
8
  # Use markdown for the title with a custom color
9
+ st.sidebar.markdown("<h1 style='color: #fffffe; background-color: #a70000;'>Chat w/MidikanGPT-4</h1>", unsafe_allow_html=True)
10
+
11
  # Creating a text input field for user question context
12
  context = st.sidebar.text_area("Context (if any):")
13