Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ def main():
|
|
177 |
st.set_page_config(page_title="Multi-Search Application", layout="wide")
|
178 |
|
179 |
# **Show Saved Shortcuts**
|
180 |
-
st.header("
|
181 |
with st.expander("Click to View Shortcuts"):
|
182 |
if st.session_state.shortcuts:
|
183 |
num_columns = 4
|
|
|
177 |
st.set_page_config(page_title="Multi-Search Application", layout="wide")
|
178 |
|
179 |
# **Show Saved Shortcuts**
|
180 |
+
st.header("Multimodal Query Processing & Knowledge Retrieval Sys")
|
181 |
with st.expander("Click to View Shortcuts"):
|
182 |
if st.session_state.shortcuts:
|
183 |
num_columns = 4
|