Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ def setup_retrieval_pipeline(file_path, persist_dir, api_key):
|
|
171 |
if __name__ == "__main__":
|
172 |
st.set_page_config(
|
173 |
page_title="Patent Chat: Google Patents Chat Demo",
|
174 |
-
page_icon="
|
175 |
layout="wide",
|
176 |
initial_sidebar_state="expanded",
|
177 |
)
|
|
|
171 |
if __name__ == "__main__":
|
172 |
st.set_page_config(
|
173 |
page_title="Patent Chat: Google Patents Chat Demo",
|
174 |
+
page_icon="📜",
|
175 |
layout="wide",
|
176 |
initial_sidebar_state="expanded",
|
177 |
)
|