AdityaKhalkar commited on
Commit
b58776e
·
verified ·
1 Parent(s): 5ae833c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,9 +30,9 @@ def tag_finder(user_input):
30
  def main():
31
  # Set title and description
32
  st.title("Dataset Tagging System")
33
- st.write("Enter your text below and get relevant tags for your dataset.")
34
  # Get user input
35
- user_input = st.text_input("Enter your text:")
36
 
37
  if st.button("Submit"):
38
  # Find relevant tags and datasets
 
30
  def main():
31
  # Set title and description
32
  st.title("Dataset Tagging System")
33
+ st.write("Enter short description about your ML model below and get relevant tags for your dataset.")
34
  # Get user input
35
+ user_input = st.text_input("Enter the description:")
36
 
37
  if st.button("Submit"):
38
  # Find relevant tags and datasets