MultivexAI commited on
Commit
2f00ba8
·
verified ·
1 Parent(s): 14d82eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def predict_sum(model, x1, x2):
44
 
45
  # Streamlit app
46
  def main():
47
- st.title("Sum Predictor using Neural Network")
48
 
49
  model_path = "MA1T.pth" # Update with your model path if necessary
50
  if os.path.exists(model_path):
 
44
 
45
  # Streamlit app
46
  def main():
47
+ st.title("Sum Predictor using Neural Network (Using version M3)")
48
 
49
  model_path = "MA1T.pth" # Update with your model path if necessary
50
  if os.path.exists(model_path):