Spaces:
Runtime error
Runtime error
Better UI and model comparison
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ You can find more information on the [project's site](https://huggingface.co/fla
|
|
134 |
|
135 |
sample_chooser = st.sidebar.selectbox(
|
136 |
"Choose a poem",
|
137 |
-
(SAMPLE_POEMS.keys())
|
138 |
)
|
139 |
|
140 |
instructions_text_2 = st.sidebar.markdown("""# How to use
|
|
|
134 |
|
135 |
sample_chooser = st.sidebar.selectbox(
|
136 |
"Choose a poem",
|
137 |
+
list(SAMPLE_POEMS.keys())
|
138 |
)
|
139 |
|
140 |
instructions_text_2 = st.sidebar.markdown("""# How to use
|