Sukumar2005 commited on
Commit
e324a3c
·
verified ·
1 Parent(s): d37bef9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -50,8 +50,7 @@ api.upload_file(
50
  repo_type="model"
51
  )
52
 
53
- # 🔽 STEP 10: Create README.md
54
- readme = """
55
  # 🔢 Predict Next Number - RNN Model
56
 
57
  This is a simple RNN model trained using Keras to predict the next number in a sequence.
 
50
  repo_type="model"
51
  )
52
 
53
+
 
54
  # 🔢 Predict Next Number - RNN Model
55
 
56
  This is a simple RNN model trained using Keras to predict the next number in a sequence.