Commit
·
396c644
1
Parent(s):
19c2b65
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from google.cloud import language_v1
|
|
6 |
# Sidebar content
|
7 |
st.sidebar.title("About This Tool")
|
8 |
st.sidebar.markdown("### Descriptive Introduction")
|
9 |
-
st.sidebar.markdown("This tool
|
10 |
st.sidebar.markdown("### Step-by-Step Guide")
|
11 |
st.sidebar.markdown("""
|
12 |
1. **Open the Tool**: Navigate to the URL where the tool is hosted.
|
|
|
6 |
# Sidebar content
|
7 |
st.sidebar.title("About This Tool")
|
8 |
st.sidebar.markdown("### Descriptive Introduction")
|
9 |
+
st.sidebar.markdown("This tool classifies text into predefined categories.")
|
10 |
st.sidebar.markdown("### Step-by-Step Guide")
|
11 |
st.sidebar.markdown("""
|
12 |
1. **Open the Tool**: Navigate to the URL where the tool is hosted.
|