Spaces:
Sleeping
Sleeping
Commit
·
aed96b1
1
Parent(s):
aa7e2db
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ def on_click_callback():
|
|
| 94 |
load_css()
|
| 95 |
initialize_session_state()
|
| 96 |
|
| 97 |
-
st.title("
|
| 98 |
|
| 99 |
chat_placeholder = st.container()
|
| 100 |
prompt_placeholder = st.form("chat-form")
|
|
|
|
| 94 |
load_css()
|
| 95 |
initialize_session_state()
|
| 96 |
|
| 97 |
+
st.title("Vattenfall Competitor Monitoring")
|
| 98 |
|
| 99 |
chat_placeholder = st.container()
|
| 100 |
prompt_placeholder = st.form("chat-form")
|