UmaKumpatla commited on
Commit
d988920
·
verified ·
1 Parent(s): 53277c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Innomatics Online Trainer Bot", page_icon="🧠", layout="centered")
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 Innomatics AI Mentor Bot 🤖")
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.