Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ os.environ["HUGGINGFACEHUB_API_TOKEN"] = os.getenv("key")
|
|
| 9 |
os.environ["HF_TOKEN"] = os.getenv("key")
|
| 10 |
|
| 11 |
# ---------- Page Configuration ----------
|
| 12 |
-
st.set_page_config(page_title="
|
| 13 |
|
| 14 |
# ---------- Custom CSS ----------
|
| 15 |
st.markdown("""
|
|
@@ -31,7 +31,7 @@ st.markdown("""
|
|
| 31 |
|
| 32 |
# ---------- UI Header ----------
|
| 33 |
st.markdown("<h1 style='text-align: center'>Innomatics AI Mentor Bot 🧠</h1>", unsafe_allow_html=True)
|
| 34 |
-
st.markdown("### 👋 Welcome to the
|
| 35 |
st.markdown("""
|
| 36 |
This dashboard provides an AI mentor that gives instant, skill-adapted help
|
| 37 |
with Python, SQL, PowerBI, and data science to guide you through module doubts.
|
|
|
|
| 9 |
os.environ["HF_TOKEN"] = os.getenv("key")
|
| 10 |
|
| 11 |
# ---------- Page Configuration ----------
|
| 12 |
+
st.set_page_config(page_title="AI Visionary by Innomatics", page_icon="🧠", layout="centered")
|
| 13 |
|
| 14 |
# ---------- Custom CSS ----------
|
| 15 |
st.markdown("""
|
|
|
|
| 31 |
|
| 32 |
# ---------- UI Header ----------
|
| 33 |
st.markdown("<h1 style='text-align: center'>Innomatics AI Mentor Bot 🧠</h1>", unsafe_allow_html=True)
|
| 34 |
+
st.markdown("### 👋 Welcome to the AI Visionary by Innomatics 🤖")
|
| 35 |
st.markdown("""
|
| 36 |
This dashboard provides an AI mentor that gives instant, skill-adapted help
|
| 37 |
with Python, SQL, PowerBI, and data science to guide you through module doubts.
|