sync to remote
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ st.sidebar.title("🤖 Visual Q and A")
|
|
| 91 |
selected_task = st.sidebar.selectbox("Select a task", tasks)
|
| 92 |
|
| 93 |
# --- Main Page ---
|
| 94 |
-
st.title("
|
| 95 |
about = """
|
| 96 |
|
| 97 |
**How to use this App**
|
|
|
|
| 91 |
selected_task = st.sidebar.selectbox("Select a task", tasks)
|
| 92 |
|
| 93 |
# --- Main Page ---
|
| 94 |
+
st.title(" Building Machine Learning Apps with Hugging Face 🤗")
|
| 95 |
about = """
|
| 96 |
|
| 97 |
**How to use this App**
|