Spaces:
Sleeping
Sleeping
Create Home.py
Browse files
Home.py
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import streamlit as st
|
| 2 |
+
|
| 3 |
+
st.title("Image Augmentation App")
|
| 4 |
+
|
| 5 |
+
st.header("What is Augmented Image")
|
| 6 |
+
|
| 7 |
+
st.markdown(""" It is a techinque by using which we can apply a geometrical transform to create a **Augmented Image**""")
|