Nikhithapotnuru commited on
Commit
0680886
·
verified ·
1 Parent(s): 745b3ec

Create Home.py

Browse files
Files changed (1) hide show
  1. Home.py +7 -0
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**""")