DataMine commited on
Commit
0fab760
·
verified ·
1 Parent(s): 8757b1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -32,7 +32,8 @@ def main():
32
  Sample_Question = st.number_input("✍️ Sample questions practiced", min_value=0, max_value=50, value=0)
33
 
34
  # Sidebar interaction
35
- st.sidebar.title(f"🎉 # Welcome {name} to your Marks Predictor! 🎉")
 
36
  st.sidebar.write("""
37
  Hey there! Ready to see what your future marks might be? 😄
38
 
 
32
  Sample_Question = st.number_input("✍️ Sample questions practiced", min_value=0, max_value=50, value=0)
33
 
34
  # Sidebar interaction
35
+ st.sidebar.title(f" # Hey there {name}")
36
+ st.sidebar.title(f"🎉Welcome to your Marks Predictor! 🎉")
37
  st.sidebar.write("""
38
  Hey there! Ready to see what your future marks might be? 😄
39