Spaces:
Sleeping
Sleeping
Fix title
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ st.markdown("Condense your Browser Tabs into a few impactful words. - Inspired i
|
|
16 |
|
17 |
|
18 |
# Sidebar
|
19 |
-
st.sidebar.title("🔬 Descriptive Tabs: Try
|
20 |
st.sidebar.caption("Tidy Tabs - Title")
|
21 |
user_input_url = st.sidebar.text_input('Enter your url:')
|
22 |
|
|
|
16 |
|
17 |
|
18 |
# Sidebar
|
19 |
+
st.sidebar.title("🔬 Descriptive Tabs: Try the Models!")
|
20 |
st.sidebar.caption("Tidy Tabs - Title")
|
21 |
user_input_url = st.sidebar.text_input('Enter your url:')
|
22 |
|