Spaces:
Sleeping
Sleeping
Du Mingzhe
commited on
Commit
•
66cc969
1
Parent(s):
cd73a7b
update
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ balanced_disk_size = st.select_slider('Balanced Disk (GB)', [i for i in range(10
|
|
79 |
ssd_disk_size = st.select_slider('SSD Disk (GB)', [i * 375 for i in [0,1,2,3,4,5,6,7,8,16,24]])
|
80 |
|
81 |
# Hours
|
82 |
-
hours = st.select_slider('Duration (Hours)', [i for i in range(1, 168)])
|
83 |
|
84 |
# Pricing Estimate
|
85 |
serivces_mapping = {
|
|
|
79 |
ssd_disk_size = st.select_slider('SSD Disk (GB)', [i * 375 for i in [0,1,2,3,4,5,6,7,8,16,24]])
|
80 |
|
81 |
# Hours
|
82 |
+
hours = st.select_slider('Duration (Hours)', [i for i in range(1, 168+1)])
|
83 |
|
84 |
# Pricing Estimate
|
85 |
serivces_mapping = {
|