mohAhmad commited on
Commit
468007c
β€’
1 Parent(s): 224dc20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -46,8 +46,7 @@ if options == "Interactive Storyteller":
46
  story = story_generator(prompt, max_length=200, num_return_sequences=1)
47
  st.success(story[0]['generated_text'])
48
 
49
- # Digital Art Studio
50
- # Digital Art Studio
51
  if options == "Digital Art Studio":
52
  st.header("🎨 Digital Art Studio")
53
  st.write("Draw and create your own masterpiece!")
 
46
  story = story_generator(prompt, max_length=200, num_return_sequences=1)
47
  st.success(story[0]['generated_text'])
48
 
49
+
 
50
  if options == "Digital Art Studio":
51
  st.header("🎨 Digital Art Studio")
52
  st.write("Draw and create your own masterpiece!")