Spaces:
Build error
Build error
Update app.py
Browse files
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"
|
|
|
|
| 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 |
|