Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,18 +4,6 @@ import json
|
|
4 |
from gensim.models import Word2Vec
|
5 |
import pandas as pd
|
6 |
|
7 |
-
# Define the HTML and CSS styles
|
8 |
-
html_temp = """
|
9 |
-
<div style="background-color:black;padding:10px">
|
10 |
-
<h1 style="color:white;text-align:center;">My Streamlit App with HTML and CSS</h1>
|
11 |
-
</div>
|
12 |
-
"""
|
13 |
-
|
14 |
-
# Display the HTML and CSS styles
|
15 |
-
st.markdown(html_temp, unsafe_allow_html=True)
|
16 |
-
|
17 |
-
# Add some text to the app
|
18 |
-
st.write("This is my Streamlit app with HTML and CSS formatting.")
|
19 |
|
20 |
query = st.text_input("Enter a word")
|
21 |
# query = input ("Enter your keyword(s):")
|
|
|
4 |
from gensim.models import Word2Vec
|
5 |
import pandas as pd
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
query = st.text_input("Enter a word")
|
9 |
# query = input ("Enter your keyword(s):")
|