Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
import streamlit as st
|
2 |
import requests
|
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
# Hide Streamlit menu and footer
|
5 |
hide_menu_style = """
|
6 |
<style>
|
@@ -50,12 +56,6 @@ def initialize_chatbot():
|
|
50 |
return VietnameseChatbot()
|
51 |
|
52 |
def main():
|
53 |
-
st.set_page_config(
|
54 |
-
page_title="IOGPT",
|
55 |
-
page_icon="🤖",
|
56 |
-
menu_items={} # This helps hide the menu
|
57 |
-
)
|
58 |
-
|
59 |
st.title("🤖 Trợ Lý AI - IOGPT")
|
60 |
st.caption("Trò chuyện với chúng mình nhé!")
|
61 |
|
|
|
1 |
import streamlit as st
|
2 |
import requests
|
3 |
|
4 |
+
st.set_page_config(
|
5 |
+
page_title="IOGPT",
|
6 |
+
page_icon="🤖",
|
7 |
+
menu_items={} # This helps hide the menu
|
8 |
+
)
|
9 |
+
|
10 |
# Hide Streamlit menu and footer
|
11 |
hide_menu_style = """
|
12 |
<style>
|
|
|
56 |
return VietnameseChatbot()
|
57 |
|
58 |
def main():
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
st.title("🤖 Trợ Lý AI - IOGPT")
|
60 |
st.caption("Trò chuyện với chúng mình nhé!")
|
61 |
|