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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ 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; 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):")
 
6
 
7
  def main():
8
  # Use markdown for the title with a custom color
9
+ st.sidebar.markdown("<h1 style='color: #000000;'>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):")