AdityaKhalkar commited on
Commit
060ba0b
1 Parent(s): b58776e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def tag_finder(user_input):
29
  # Define the Streamlit app
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:")
 
29
  # Define the Streamlit app
30
  def main():
31
  # Set title and description
32
+ st.title("Dataset Finder")
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:")