Ricercar commited on
Commit
f0b81b4
β€’
1 Parent(s): df61998

small change to home page

Browse files
Files changed (2) hide show
  1. Home.py +7 -5
  2. pages/Summary.py +1 -1
Home.py CHANGED
@@ -9,7 +9,7 @@ def login():
9
  # skip customize user name for debug mode
10
 
11
  with st.form("user_login"):
12
- st.write('## Enter Your Name')
13
  user_id = st.text_input(
14
  "Enter your name πŸ‘‡",
15
  label_visibility='collapsed',
@@ -57,10 +57,12 @@ if __name__ == '__main__':
57
  info()
58
  st.write('A Research by [MAPS Lab](https://whongyi.github.io/MAPS-research), [NYU Shanghai](https://shanghai.nyu.edu)')
59
  st.title("πŸ™Œ Welcome to GEMRec Gallery Webapp!")
60
- st.info("Getting obsessed with tons of different text-to-image generation models available online? \n \
61
- Want to find the most suitable one for your taste? \n \
62
- **GEMRec** is here to help you!"
63
- )
 
 
64
 
65
  if 'user_id' not in st.session_state:
66
  login()
 
9
  # skip customize user name for debug mode
10
 
11
  with st.form("user_login"):
12
+ st.write('## Enter Your Name to Start the Session')
13
  user_id = st.text_input(
14
  "Enter your name πŸ‘‡",
15
  label_visibility='collapsed',
 
57
  info()
58
  st.write('A Research by [MAPS Lab](https://whongyi.github.io/MAPS-research), [NYU Shanghai](https://shanghai.nyu.edu)')
59
  st.title("πŸ™Œ Welcome to GEMRec Gallery Webapp!")
60
+ # st.info("Getting obsessed with tons of different text-to-image generation models available online? \n \
61
+ # Want to find the most suitable one for your taste? \n \
62
+ # **GEMRec** is here to help you!"
63
+ # )
64
+ st.write('### Getting obsessed with tons of different text-to-image generation models available online? Want to find the most suitable one for your taste?')
65
+ st.write('**GEMRec** is here to help you! Try it out now πŸ‘‡!')
66
 
67
  if 'user_id' not in st.session_state:
68
  login()
pages/Summary.py CHANGED
@@ -174,7 +174,7 @@ class DashboardApp:
174
  tag = self.sidebar(tags, mode)
175
  self.leaderboard(tag, db_table)
176
 
177
- # st.chat_input('Please leave your comments here.', key='comment')
178
 
179
 
180
  if __name__ == "__main__":
 
174
  tag = self.sidebar(tags, mode)
175
  self.leaderboard(tag, db_table)
176
 
177
+ st.chat_input('Please leave your comments here.', key='comment')
178
 
179
 
180
  if __name__ == "__main__":