Spaces:
Runtime error
Runtime error
Tweaked page names and titles.
Browse files
pages/{010_LLM_Arch.py → 010_LLM_Architectures.py}
RENAMED
@@ -2,4 +2,4 @@ import streamlit as st
|
|
2 |
from src.st_helpers import st_setup
|
3 |
|
4 |
if st_setup('LLM Arch'):
|
5 |
-
st.write("
|
|
|
2 |
from src.st_helpers import st_setup
|
3 |
|
4 |
if st_setup('LLM Arch'):
|
5 |
+
st.write("# LLM Architectures")
|
pages/020_Data_Browser.py
CHANGED
@@ -11,6 +11,7 @@ if st_setup('LLM Arch'):
|
|
11 |
|
12 |
summary = st.container()
|
13 |
with summary:
|
|
|
14 |
|
15 |
sumcol1, sumcol2 = st.columns([1, 3])
|
16 |
|
|
|
11 |
|
12 |
summary = st.container()
|
13 |
with summary:
|
14 |
+
st.write("Data Browser")
|
15 |
|
16 |
sumcol1, sumcol2 = st.columns([1, 3])
|
17 |
|