Spaces:
Running
Running
phyloforfun
commited on
Commit
·
448a637
1
Parent(s):
cda274f
update api prices, openai dev day
Browse files
app.py
CHANGED
@@ -1310,8 +1310,8 @@ def main():
|
|
1310 |
# Main App
|
1311 |
content_header()
|
1312 |
|
1313 |
-
tab_settings, tab_prompt, tab_domain, tab_component, tab_processing, tab_private, tab_delete = st.tabs(["Project Settings", "Prompt Builder", "Domain Knowledge","Component Detector", "Processing Options", "API Keys", "Space-Saver"])
|
1314 |
-
|
1315 |
|
1316 |
with tab_settings:
|
1317 |
content_tab_settings()
|
@@ -1330,10 +1330,10 @@ def main():
|
|
1330 |
with tab_processing:
|
1331 |
content_tab_processing()
|
1332 |
|
1333 |
-
with tab_private:
|
1334 |
-
|
1335 |
-
|
1336 |
-
|
1337 |
|
1338 |
with tab_delete:
|
1339 |
create_space_saver()
|
|
|
1310 |
# Main App
|
1311 |
content_header()
|
1312 |
|
1313 |
+
# tab_settings, tab_prompt, tab_domain, tab_component, tab_processing, tab_private, tab_delete = st.tabs(["Project Settings", "Prompt Builder", "Domain Knowledge","Component Detector", "Processing Options", "API Keys", "Space-Saver"])
|
1314 |
+
tab_settings, tab_prompt, tab_domain, tab_component, tab_processing, tab_delete = st.tabs(["Project Settings", "Prompt Builder", "Domain Knowledge","Component Detector", "Processing Options", "Space-Saver"])
|
1315 |
|
1316 |
with tab_settings:
|
1317 |
content_tab_settings()
|
|
|
1330 |
with tab_processing:
|
1331 |
content_tab_processing()
|
1332 |
|
1333 |
+
# with tab_private:
|
1334 |
+
# if st.button("Edit API Keys"):
|
1335 |
+
# st.session_state.proceed_to_private = True
|
1336 |
+
# st.rerun()
|
1337 |
|
1338 |
with tab_delete:
|
1339 |
create_space_saver()
|