Spaces:
Running
Running
Synced repo using 'sync_with_huggingface' Github Action
Browse files- assets/home_page_background_1.png +0 -0
- assets/home_page_background_2.png +0 -0
- ui/home.py +2 -2
assets/home_page_background_1.png
ADDED
assets/home_page_background_2.png
ADDED
ui/home.py
CHANGED
@@ -70,7 +70,7 @@ def render_home_header():
|
|
70 |
def _render_self_query_chain_content():
|
71 |
col1, col2 = st.columns([1, 1], gap='large')
|
72 |
with col1.container():
|
73 |
-
st.image(image='
|
74 |
caption=None,
|
75 |
width=None,
|
76 |
use_column_width=True,
|
@@ -94,7 +94,7 @@ def _render_self_query_chain_content():
|
|
94 |
def _render_chat_bot_content():
|
95 |
col1, col2 = st.columns(2, gap='large')
|
96 |
with col1.container():
|
97 |
-
st.image(image='
|
98 |
caption=None,
|
99 |
width=None,
|
100 |
use_column_width=True,
|
|
|
70 |
def _render_self_query_chain_content():
|
71 |
col1, col2 = st.columns([1, 1], gap='large')
|
72 |
with col1.container():
|
73 |
+
st.image(image='./assets/home_page_background_1.png',
|
74 |
caption=None,
|
75 |
width=None,
|
76 |
use_column_width=True,
|
|
|
94 |
def _render_chat_bot_content():
|
95 |
col1, col2 = st.columns(2, gap='large')
|
96 |
with col1.container():
|
97 |
+
st.image(image='./assets/home_page_background_2.png',
|
98 |
caption=None,
|
99 |
width=None,
|
100 |
use_column_width=True,
|