Spaces:
Runtime error
Runtime error
Commit
·
0875161
1
Parent(s):
646f8ee
app.py
CHANGED
|
@@ -56,7 +56,7 @@ temp = st.sidebar.slider(label='Temperature (Creativity)', min_value=0.0, max_va
|
|
| 56 |
# do_sample=st.checkbox("do_sample")
|
| 57 |
# print(max_len)
|
| 58 |
sentence = st.text_area('Input your sentence here:')
|
| 59 |
-
st.markdown('
|
| 60 |
Enter=st.button("Generate")
|
| 61 |
clear=st.button("Clear")
|
| 62 |
|
|
|
|
| 56 |
# do_sample=st.checkbox("do_sample")
|
| 57 |
# print(max_len)
|
| 58 |
sentence = st.text_area('Input your sentence here:')
|
| 59 |
+
st.markdown('Example: "Find Average Salary of Employees"')
|
| 60 |
Enter=st.button("Generate")
|
| 61 |
clear=st.button("Clear")
|
| 62 |
|