Spaces:
Running
Running
Update app.py
Browse files
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
|
34 |
# Get user input
|
35 |
-
user_input = st.text_input("Enter
|
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
|