Spaces:
Runtime error
Runtime error
Tweaked a comment.
Browse files
pages/010_LLM_Architectures.py
CHANGED
@@ -14,15 +14,14 @@ COMPARE = "Side by side compare" # Constant value to use for the UI to select a
|
|
14 |
|
15 |
def show_side_by_side() -> None:
|
16 |
"""
|
17 |
-
|
18 |
-
|
19 |
"""
|
20 |
# Build the layout structure
|
21 |
st.divider()
|
22 |
header_container = st.container()
|
23 |
arch_outer_container = st.container()
|
24 |
|
25 |
-
|
26 |
# Build header
|
27 |
with header_container:
|
28 |
st.write("### Side by side comparison of architectures")
|
|
|
14 |
|
15 |
def show_side_by_side() -> None:
|
16 |
"""
|
17 |
+
Display a selector to pick a number of architectures to compare side by side and then the
|
18 |
+
chat interaction box per architecture to see the response timing and response.
|
19 |
"""
|
20 |
# Build the layout structure
|
21 |
st.divider()
|
22 |
header_container = st.container()
|
23 |
arch_outer_container = st.container()
|
24 |
|
|
|
25 |
# Build header
|
26 |
with header_container:
|
27 |
st.write("### Side by side comparison of architectures")
|