Skip to content

Commit 6ff035e

Browse files
committed
print config
1 parent 3326729 commit 6ff035e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

frontend/streamlit/app.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import streamlit as st
2+
from config import Config
23

34
demo_page = st.Page("pages/search_demo.py", title="Search Demo", icon="🔎")
45
about_page = st.Page("pages/about.py", title="About ClipABit", icon="ℹ️")
@@ -10,4 +11,6 @@
1011
layout="wide",
1112
initial_sidebar_state="expanded",
1213
)
13-
pg.run()
14+
pg.run()
15+
16+
Config.print_config()

0 commit comments

Comments
 (0)