abbasNoway commited on
Commit
9faa475
·
verified ·
1 Parent(s): 9990002

update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
- title: "Leachate Volume Prediction"
3
- emoji: "💧"
4
- colorFrom: "blue"
5
- colorTo: "green"
6
  sdk: gradio
7
- sdk_version: "3.0.0" # Ensure this version matches the current version you're using
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
  # Leachate Volume Prediction App
13
 
14
- This app predicts the volume of leachate based on various rock characteristics and events like rainfall and snow. It uses a **Gradient Boosting Regressor** model.
 
1
  ---
2
+ title: Leachate Volume Prediction
3
+ emoji: 💧
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: gradio
7
+ sdk_version: 6.0.2
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
  # Leachate Volume Prediction App
13
 
14
+ This app predicts the volume of leachate based on various rock characteristics and events like rainfall and snow. It uses a **Gradient Boosting Regressor** model.