Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ st.set_page_config(
|
|
| 16 |
|
| 17 |
st.title("Hello Text Dection :sun_with_face:")
|
| 18 |
|
| 19 |
-
st.sidebar.header("
|
| 20 |
source_radio = st.sidebar.radio("Select Source", ["IMAGE", "VIDEO", "WEBCAM"])
|
| 21 |
|
| 22 |
st.sidebar.header("Confidence")
|
|
|
|
| 16 |
|
| 17 |
st.title("Hello Text Dection :sun_with_face:")
|
| 18 |
|
| 19 |
+
st.sidebar.header("Menu")
|
| 20 |
source_radio = st.sidebar.radio("Select Source", ["IMAGE", "VIDEO", "WEBCAM"])
|
| 21 |
|
| 22 |
st.sidebar.header("Confidence")
|