qothi commited on
Commit
421633d
1 Parent(s): 6221f3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ File ini digunakan untuk menjalankan home page model prediksi penggunaan kupon d
7
  """
8
 
9
  import streamlit as st
10
- # import eda
11
  import prediction
12
 
13
 
 
7
  """
8
 
9
  import streamlit as st
10
+ import eda
11
  import prediction
12
 
13