Dendup commited on
Commit
03046c2
1 Parent(s): 2d91bc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import requests
5
  # Load the model
6
  story_generator = pipeline('text-generation', model='gpt2')
7
 
8
- st.title('Interactive Story Creator')
9
 
10
  # Genre selection
11
  genre = st.selectbox(
 
5
  # Load the model
6
  story_generator = pipeline('text-generation', model='gpt2')
7
 
8
+ st.title('Interactive Short-Story Creator')
9
 
10
  # Genre selection
11
  genre = st.selectbox(