awacke1 commited on
Commit
ed64d4e
1 Parent(s): 787cae5

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +43 -0
app.py ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ prompts='''
4
+
5
+ # Analysis-Of-Image-Song-Video-Prompts
6
+
7
+ Here are the entries alphabetically with "QT" added:
8
+
9
+ QT AIart/AIArtistCommunity
10
+ QT Black & White
11
+ QT Black & Yellow
12
+ QT Blindfold
13
+ QT Break
14
+ QT Broken
15
+ QT Christmas Celebrations art
16
+ QT Colorful Art
17
+ QT Crimson art
18
+ QT Eyes Art
19
+ QT Going out with Style
20
+ QT Hooded Girl
21
+ QT Lips
22
+ QT MAEKHLONG
23
+ QT Mermaid
24
+ QT Morning Sunshine
25
+ QT Music Art
26
+ QT Owl
27
+ QT Pink
28
+ QT Purple
29
+ QT Rain
30
+ QT Red Moon
31
+ QT Rose
32
+ QT Snow
33
+ QT Spacesuit Girl
34
+ QT Steampunk
35
+ QT Succubus
36
+ QT Sunlight
37
+ QT Weird art
38
+ QT White Hair
39
+ QT Wings art
40
+ QT Woman with Sword
41
+ '''
42
+
43
+ st.markdown(prompts)