Isaoudata commited on
Commit
632f9ec
·
1 Parent(s): f0eafc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,5 +28,5 @@ st.title("WaltWhitman-GPT By Ilyas")
28
 
29
  text = st.text_area("Enter Prompt")
30
  if text:
31
- infer(text)
32
  st.write(output)
 
28
 
29
  text = st.text_area("Enter Prompt")
30
  if text:
31
+ output = infer(text)
32
  st.write(output)