Spaces:
Build error
Build error
niro commited on
Commit ·
83d3dc7
1
Parent(s): 529f4b1
asdf
Browse files
main.py
CHANGED
|
@@ -45,7 +45,7 @@ st.set_page_config(
|
|
| 45 |
initial_sidebar_state="expanded",
|
| 46 |
)
|
| 47 |
|
| 48 |
-
st.title("🧠 VantiGPT
|
| 49 |
st.markdown("ask your data anything.")
|
| 50 |
if self_hosted == "false":
|
| 51 |
st.markdown('**📢 Note: In the public demo, access to functionality is restricted. You can only use the GPT-3.5-turbo model and upload files up to 1Mb. To use more models and upload larger files, consider self-hosting Quivr.**')
|
|
|
|
| 45 |
initial_sidebar_state="expanded",
|
| 46 |
)
|
| 47 |
|
| 48 |
+
st.title("🧠 VantiGPT")
|
| 49 |
st.markdown("ask your data anything.")
|
| 50 |
if self_hosted == "false":
|
| 51 |
st.markdown('**📢 Note: In the public demo, access to functionality is restricted. You can only use the GPT-3.5-turbo model and upload files up to 1Mb. To use more models and upload larger files, consider self-hosting Quivr.**')
|