Kvikontent commited on
Commit
17a4677
·
verified ·
1 Parent(s): 5f6310f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -30,6 +30,6 @@ with er:
30
  prompt = st.text_input("Enter topic")
31
  if st.button("Generate ✨"):
32
  res = chat("Generate 5 funny jokes on this topic: " + prompt)
33
- if res:
34
- with mr:
35
- st.write(res)
 
30
  prompt = st.text_input("Enter topic")
31
  if st.button("Generate ✨"):
32
  res = chat("Generate 5 funny jokes on this topic: " + prompt)
33
+ if res:
34
+ with mr:
35
+ st.write(res)