Name changed
Browse files
app.py
CHANGED
@@ -10,11 +10,11 @@ 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="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
|
18 |
|
19 |
st.markdown(
|
20 |
"""
|
|
|
10 |
from langchain_together import Together
|
11 |
|
12 |
load_dotenv(find_dotenv())
|
13 |
+
st.set_page_config(page_title="VX1000 BetaV Model")
|
14 |
col1, col2, col3 = st.columns([1, 2, 1])
|
15 |
with col2:
|
16 |
st.title("VX1000 BetaV 🦾")
|
17 |
+
st.caption('⚠️ **_Note: Please Wait 3 second after Prompt_**')
|
18 |
|
19 |
st.markdown(
|
20 |
"""
|