Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ pooling_model = models.Pooling(word_embedding_model.get_word_embedding_dimension
|
|
18 |
model = SentenceTransformer(modules=[word_embedding_model, pooling_model])
|
19 |
|
20 |
# Streamlit UI setup with custom CSS for styling
|
21 |
-
st.title("Thai Chat Bot", anchor="top")
|
22 |
st.markdown("""
|
23 |
<style>
|
24 |
.css-1kyxreq { display: none; } # Hide the Streamlit default hamburger menu
|
|
|
18 |
model = SentenceTransformer(modules=[word_embedding_model, pooling_model])
|
19 |
|
20 |
# Streamlit UI setup with custom CSS for styling
|
21 |
+
st.title("Thai Legal Chat Bot", anchor="top")
|
22 |
st.markdown("""
|
23 |
<style>
|
24 |
.css-1kyxreq { display: none; } # Hide the Streamlit default hamburger menu
|