Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ informal english: national parks are a big part of the us culture.
|
|
26 |
Translated into the Style of Abraham Lincoln: the culture of the united states is ( inextricably ( bound up with / molded by / enriched by / enlivened by ) its ( serene / picturesque / pristine / breathtaking ) national parks ).
|
27 |
informal english: corn fields are all across illinois, visible once you leave chicago.
|
28 |
Translated into the Style of Abraham Lincoln: corn fields ( permeate illinois / span the state of illinois / ( occupy / persist in ) all corners of illinois / line the horizon of illinois / envelop the landscape of illinois ), manifesting themselves visibly as one ventures beyond chicago.
|
29 |
-
informal english:''')
|
30 |
|
31 |
temp = st.sidebar.slider("Temperature", 0.7, 1.5)
|
32 |
number_of_outputs = st.sidebar.slider("Number of Outputs", 5, 50)
|
|
|
26 |
Translated into the Style of Abraham Lincoln: the culture of the united states is ( inextricably ( bound up with / molded by / enriched by / enlivened by ) its ( serene / picturesque / pristine / breathtaking ) national parks ).
|
27 |
informal english: corn fields are all across illinois, visible once you leave chicago.
|
28 |
Translated into the Style of Abraham Lincoln: corn fields ( permeate illinois / span the state of illinois / ( occupy / persist in ) all corners of illinois / line the horizon of illinois / envelop the landscape of illinois ), manifesting themselves visibly as one ventures beyond chicago.
|
29 |
+
informal english: ''')
|
30 |
|
31 |
temp = st.sidebar.slider("Temperature", 0.7, 1.5)
|
32 |
number_of_outputs = st.sidebar.slider("Number of Outputs", 5, 50)
|