Heisenberg08 commited on
Commit
0875161
·
1 Parent(s): 646f8ee
Files changed (1) hide show
  1. app.py +1 -1
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('# Example: "Find Average Salary of Employees"')
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