Isaoudata commited on
Commit
270b967
·
1 Parent(s): bdc3cb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -23,6 +23,8 @@ def infer(inp):
23
  output = tokenizer.decode(output[0])
24
 
25
  return output
 
 
26
 
27
  text = st.text_area("Enter Prompt")
28
  if text:
 
23
  output = tokenizer.decode(output[0])
24
 
25
  return output
26
+
27
+ st.title("WaltWhitman-GPT By Ilyas")
28
 
29
  text = st.text_area("Enter Prompt")
30
  if text: