Spaces:
Runtime error
Runtime error
Update Text_analysis.py
Browse files- Text_analysis.py +1 -1
Text_analysis.py
CHANGED
|
@@ -37,7 +37,7 @@ HTML_BANNER = """
|
|
| 37 |
|
| 38 |
def text_analysis():
|
| 39 |
stc.html(HTML_BANNER)
|
| 40 |
-
|
| 41 |
menu=['Text-analysis','Upload_Files']
|
| 42 |
|
| 43 |
choice=st.sidebar.selectbox('Menu',menu)
|
|
|
|
| 37 |
|
| 38 |
def text_analysis():
|
| 39 |
stc.html(HTML_BANNER)
|
| 40 |
+
st.image(load_image('text_analysis.png'))
|
| 41 |
menu=['Text-analysis','Upload_Files']
|
| 42 |
|
| 43 |
choice=st.sidebar.selectbox('Menu',menu)
|