adi-123 commited on
Commit
f81f2e5
1 Parent(s): c240433

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def txt2speech(text: str) -> None:
53
  def get_user_preferences() -> Dict[str, str]:
54
  preferences = {}
55
 
56
- preferences['continent'] = st.selectbox("Continent", ["North America", "Europe", "Asia", "Africa"])
57
  preferences['language'] = st.selectbox("Language", ["English", "Hindi", "Spanish", "French", "German"])
58
  preferences['genre'] = st.selectbox("Genre", ["Science Fiction", "Fantasy", "Mystery", "Romance"])
59
  preferences['setting'] = st.selectbox("Setting", ["Future", "Medieval times", "Modern day", "Alternate reality"])
 
53
  def get_user_preferences() -> Dict[str, str]:
54
  preferences = {}
55
 
56
+ preferences['continent'] = st.selectbox("Continent", ["North America", "Europe", "Asia", "Africa", "Australia"])
57
  preferences['language'] = st.selectbox("Language", ["English", "Hindi", "Spanish", "French", "German"])
58
  preferences['genre'] = st.selectbox("Genre", ["Science Fiction", "Fantasy", "Mystery", "Romance"])
59
  preferences['setting'] = st.selectbox("Setting", ["Future", "Medieval times", "Modern day", "Alternate reality"])