We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3326729 commit 6ff035eCopy full SHA for 6ff035e
frontend/streamlit/app.py
@@ -1,4 +1,5 @@
1
import streamlit as st
2
+from config import Config
3
4
demo_page = st.Page("pages/search_demo.py", title="Search Demo", icon="🔎")
5
about_page = st.Page("pages/about.py", title="About ClipABit", icon="ℹ️")
@@ -10,4 +11,6 @@
10
11
layout="wide",
12
initial_sidebar_state="expanded",
13
)
-pg.run()
14
+pg.run()
15
+
16
+Config.print_config()
0 commit comments