gchhablani commited on
Commit
6ed386d
1 Parent(s): 166c18f

Remove Demo from app

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -111,7 +111,6 @@ if state.image_file is None:
111
  state.image = image
112
 
113
  # col1, col2 = st.beta_columns([6, 4])
114
- st.write("# Demo")
115
 
116
  if st.button("Get a random example", help="Get a random example from one of the seeded examples."):
117
  sample = dummy_data.sample(1).reset_index()
 
111
  state.image = image
112
 
113
  # col1, col2 = st.beta_columns([6, 4])
 
114
 
115
  if st.button("Get a random example", help="Get a random example from one of the seeded examples."):
116
  sample = dummy_data.sample(1).reset_index()