Petr Tsvetkov commited on
Commit
75b0b82
1 Parent(s): 4e57ce4

Do not save the start message

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -153,7 +153,11 @@ with gr.Blocks(theme=gr.themes.Soft(), head=head_html, css="style_overrides.css"
153
  now_timestamp
154
  ]
155
 
156
- feedback_form = [commit_msg_start, commit_msg, commit_msg_history]
 
 
 
 
157
 
158
  saver.setup([current_sample_sld] + feedback_metadata + feedback_form, "feedback")
159
 
 
153
  now_timestamp
154
  ]
155
 
156
+ feedback_form = [
157
+ # commit_msg_start,
158
+ commit_msg,
159
+ commit_msg_history
160
+ ]
161
 
162
  saver.setup([current_sample_sld] + feedback_metadata + feedback_form, "feedback")
163