diff --git a/apps/dataset-viewer/app.py b/apps/dataset-viewer/app.py index 6285e018..591d7d87 100644 --- a/apps/dataset-viewer/app.py +++ b/apps/dataset-viewer/app.py @@ -10,6 +10,8 @@ from cot import Collection import yaml +st.set_page_config(page_title="ThoughtSource⚡", layout="wide") + with open(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'config.yml'), 'r') as file: config = yaml.safe_load(file) @@ -156,7 +158,7 @@ def display_dataset(dataset): def run_app(): - st.set_page_config(page_title="ThoughtSource⚡", layout="wide") + # st.title('ThoughtSource⚡ Viewer')