Update app.py
Browse files
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 |
-
|
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!")
|