Spaces:
Sleeping
Sleeping
Commit ·
9fae12b
1
Parent(s): 52f68db
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
import trainer
|
| 3 |
st.title('Image classification B task')
|
| 4 |
st.text('Fixed width text')
|
| 5 |
st.markdown('_Markdown_') # see #*
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
# import trainer
|
| 3 |
st.title('Image classification B task')
|
| 4 |
st.text('Fixed width text')
|
| 5 |
st.markdown('_Markdown_') # see #*
|