ir12345 commited on
Commit
aff82c7
·
verified ·
1 Parent(s): f8d1067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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