mindwrapped commited on
Commit
9c9418f
·
1 Parent(s): 6ec1972

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -141,8 +141,8 @@ with demo:
141
  """)
142
  df2 = gr.DataFrame(interactive=False)
143
 
144
- gr.HTML("""
145
- <p style='text-align: center; color: #C7C7C7'>
146
  <a href='https://keras.io/examples/structured_data/collaborative_filtering_movielens/' target='_blank' style='text-decoration: underline'>Keras Example by Siddhartha Banerjee</a>
147
  <br>
148
  Space by Scott Krstyen (mindwrapped)
@@ -150,6 +150,8 @@ with demo:
150
  """)
151
 
152
 
 
 
153
  inp1.change(fn=update_user,
154
  inputs=inp1,
155
  outputs=[df1, df2])
 
141
  """)
142
  df2 = gr.DataFrame(interactive=False)
143
 
144
+ gr.Markdown("""
145
+ <p style='text-align: center'>
146
  <a href='https://keras.io/examples/structured_data/collaborative_filtering_movielens/' target='_blank' style='text-decoration: underline'>Keras Example by Siddhartha Banerjee</a>
147
  <br>
148
  Space by Scott Krstyen (mindwrapped)
 
150
  """)
151
 
152
 
153
+
154
+
155
  inp1.change(fn=update_user,
156
  inputs=inp1,
157
  outputs=[df1, df2])