Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -2
src/streamlit_app.py
CHANGED
@@ -125,8 +125,6 @@ def main():
|
|
125 |
col1, col2 = st.columns([1, 2])
|
126 |
|
127 |
with col1:
|
128 |
-
st.set_page_config(page_title="Multimodal RAG", layout="wide")
|
129 |
-
|
130 |
st.title("Multimodal RAG")
|
131 |
|
132 |
input_method = st.radio("Choose input method:", ("Upload Files", "Enter Directory Path"))
|
|
|
125 |
col1, col2 = st.columns([1, 2])
|
126 |
|
127 |
with col1:
|
|
|
|
|
128 |
st.title("Multimodal RAG")
|
129 |
|
130 |
input_method = st.radio("Choose input method:", ("Upload Files", "Enter Directory Path"))
|