Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ SPACE_URL = "https://abanm-dubs.hf.space/api/generate"
|
|
| 7 |
API_KEY = "s3cr3t_k3y" # Replace with your actual API key
|
| 8 |
|
| 9 |
# Streamlit Configurations (must come first)
|
| 10 |
-
st.set_page_config(page_title="
|
| 11 |
|
| 12 |
# Sidebar Configuration
|
| 13 |
with st.sidebar:
|
|
@@ -55,7 +55,7 @@ if "messages" not in st.session_state:
|
|
| 55 |
st.session_state["messages"] = [{"role": "assistant", "content": "Hello! How can I assist you today?"}]
|
| 56 |
|
| 57 |
# Main Chat UI
|
| 58 |
-
st.title("
|
| 59 |
st.markdown("Empowering you with a Sustainable AI")
|
| 60 |
|
| 61 |
# Chat Display
|
|
|
|
| 7 |
API_KEY = "s3cr3t_k3y" # Replace with your actual API key
|
| 8 |
|
| 9 |
# Streamlit Configurations (must come first)
|
| 10 |
+
st.set_page_config(page_title="🐶 DUBSChat", layout="centered")
|
| 11 |
|
| 12 |
# Sidebar Configuration
|
| 13 |
with st.sidebar:
|
|
|
|
| 55 |
st.session_state["messages"] = [{"role": "assistant", "content": "Hello! How can I assist you today?"}]
|
| 56 |
|
| 57 |
# Main Chat UI
|
| 58 |
+
st.title("🐶 DUBSChat")
|
| 59 |
st.markdown("Empowering you with a Sustainable AI")
|
| 60 |
|
| 61 |
# Chat Display
|