Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|