awacke1 commited on
Commit
0ffdad0
1 Parent(s): f33e64f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import os
3
  import json
4
  from PIL import Image
5
 
 
6
 
7
  # Directory to store scores
8
  score_dir = "scores"
 
3
  import json
4
  from PIL import Image
5
 
6
+ st.set_page_config(page_title="🧠📖✍️Three Dragons - Remixable AI🎨📓👨‍🏫", page_icon="", layout="wide")
7
 
8
  # Directory to store scores
9
  score_dir = "scores"