CognitiveScience commited on
Commit
14a3d9d
·
1 Parent(s): 9070856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -7,8 +7,6 @@ st.set_page_config(page_title="Welcome to Iris Classifier",page_icon=":blossom:"
7
 
8
  with st.container():
9
  st.title("Welcome to Iris Classifier :blossom:")
10
- st.subheader("Author: Ahmad Baseer")
11
- st.write("You can find the code [here](https://github.com/Ahmad-Baseer/AI-Projects)")
12
 
13
  st.write("---")
14
 
@@ -52,7 +50,8 @@ if(sepal_length!=0 and sepal_width!=0 and petal_length!=0 and petal_width!=0):
52
  with right_col:
53
  st_lottie(lottie_flower,height=250,key="flower")
54
 
55
- st.caption("Made with :heart: by Ahmad")
 
56
 
57
  #using local css to design contact form
58
  def local_css_for_contact_form(file_name):
 
7
 
8
  with st.container():
9
  st.title("Welcome to Iris Classifier :blossom:")
 
 
10
 
11
  st.write("---")
12
 
 
50
  with right_col:
51
  st_lottie(lottie_flower,height=250,key="flower")
52
 
53
+ st.caption("Made with :heart: based on the code [here](https://github.com/Ahmad-Baseer/AI-Projects)")
54
+
55
 
56
  #using local css to design contact form
57
  def local_css_for_contact_form(file_name):