Update pages/VX1000 BetaV Model.py
Browse files
pages/VX1000 BetaV Model.py
CHANGED
@@ -10,14 +10,13 @@ from dotenv import load_dotenv, find_dotenv
|
|
10 |
from langchain_together import Together
|
11 |
|
12 |
load_dotenv(find_dotenv())
|
13 |
-
st.set_page_config(page_title="
|
14 |
col1, col2, col3 = st.columns([1, 2, 1])
|
15 |
with col2:
|
16 |
st.title("VX1000 BetaV 🦾")
|
17 |
st.caption('⚠️ **_Note: Please Wait 5 second after Prompt_**')
|
18 |
|
19 |
st.sidebar.title("Welcome to VX1000 BetaV Model")
|
20 |
-
#st.sidebar.image("WE_GO_JIM.png", width=275)
|
21 |
st.sidebar.title("Shoot your questions")
|
22 |
st.markdown(
|
23 |
"""
|
|
|
10 |
from langchain_together import Together
|
11 |
|
12 |
load_dotenv(find_dotenv())
|
13 |
+
st.set_page_config(page_title="VX1000 BetaV")
|
14 |
col1, col2, col3 = st.columns([1, 2, 1])
|
15 |
with col2:
|
16 |
st.title("VX1000 BetaV 🦾")
|
17 |
st.caption('⚠️ **_Note: Please Wait 5 second after Prompt_**')
|
18 |
|
19 |
st.sidebar.title("Welcome to VX1000 BetaV Model")
|
|
|
20 |
st.sidebar.title("Shoot your questions")
|
21 |
st.markdown(
|
22 |
"""
|