alvp commited on
Commit
6a843e3
1 Parent(s): 5ff975d

Better UI and model comparison

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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