Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def predict_marks(Hours_studied, Previous_Score, Extracurriculum_Activivities, S
|
|
| 13 |
|
| 14 |
def main():
|
| 15 |
# Sidebar Welcome Note with Emojis
|
| 16 |
-
st.sidebar.title("๐ Welcome to the Marks Oracle! ๐")
|
| 17 |
st.sidebar.write("""
|
| 18 |
**Prepare to be amazed** as this super-genius AI predicts your future marks with the accuracy of a caffeinated fortune cookie.
|
| 19 |
Just enter how much you've studied (or napped ๐ด), and let the magic happen!
|
|
@@ -34,9 +34,6 @@ def main():
|
|
| 34 |
Sample_Question = st.number_input("โ๏ธ Sample questions practiced", min_value=0, max_value=50, value=0)
|
| 35 |
|
| 36 |
# Sidebar interaction
|
| 37 |
-
if name:
|
| 38 |
-
st.sidebar.write(f"### Welcome, **{name}**! ๐")
|
| 39 |
-
st.sidebar.write("#### Let's check your upcoming marks by entering your details below.")
|
| 40 |
|
| 41 |
# Predict button
|
| 42 |
if st.button("๐ฎ Predict Your Marks"):
|
|
|
|
| 13 |
|
| 14 |
def main():
|
| 15 |
# Sidebar Welcome Note with Emojis
|
| 16 |
+
st.sidebar.title(f"# ๐ Welcome **{name}** to the Marks Oracle! ๐")
|
| 17 |
st.sidebar.write("""
|
| 18 |
**Prepare to be amazed** as this super-genius AI predicts your future marks with the accuracy of a caffeinated fortune cookie.
|
| 19 |
Just enter how much you've studied (or napped ๐ด), and let the magic happen!
|
|
|
|
| 34 |
Sample_Question = st.number_input("โ๏ธ Sample questions practiced", min_value=0, max_value=50, value=0)
|
| 35 |
|
| 36 |
# Sidebar interaction
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
# Predict button
|
| 39 |
if st.button("๐ฎ Predict Your Marks"):
|