Spaces:
Sleeping
Sleeping
AdityaKhalkar
commited on
Update app.py
Browse files
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
|
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:")
|