Spaces:
Sleeping
Sleeping
Du Mingzhe commited on
Commit ·
02a4fca
1
Parent(s): b34636e
Add Header
Browse files
app.py
CHANGED
|
@@ -2,6 +2,8 @@ import streamlit as st
|
|
| 2 |
|
| 3 |
st.title("GCP Resource Alloctor")
|
| 4 |
|
|
|
|
|
|
|
| 5 |
# # GPU Type
|
| 6 |
# gpu_type = st.selectbox(
|
| 7 |
# 'Which type of GPU you would like to use?',
|
|
|
|
| 2 |
|
| 3 |
st.title("GCP Resource Alloctor")
|
| 4 |
|
| 5 |
+
st.header("GCP Resource Alloctor")
|
| 6 |
+
|
| 7 |
# # GPU Type
|
| 8 |
# gpu_type = st.selectbox(
|
| 9 |
# 'Which type of GPU you would like to use?',
|