Adityak204 commited on
Commit
fce3e3b
·
1 Parent(s): 269abd7

update app usage instruction

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ st.title("GPT Text Generation")
57
  st.markdown(
58
  """
59
  ### How to use:
60
- 1. Enter your text prompt in the text box above
61
  2. Adjust the sequence length using the slider
62
  3. Click 'Generate Text' to see the model's output
63
 
 
57
  st.markdown(
58
  """
59
  ### How to use:
60
+ 1. Enter your text prompt in the text box below
61
  2. Adjust the sequence length using the slider
62
  3. Click 'Generate Text' to see the model's output
63