DataMine commited on
Commit
a033ce0
ยท
verified ยท
1 Parent(s): 276c6fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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"):