alistairmcleay commited on
Commit
b6db322
1 Parent(s): 384c151

Add contact

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -177,6 +177,8 @@ with block:
177
  new_sp_goal_button = gr.Button("Generate New Goal")
178
  current_sp_goal_yaml = gr.outputs.Textbox(label="New Goal (YAML)")
179
 
 
 
180
  ds_button.click(ds_chatbot, ds_input_text, ds_response)
181
  us_button.click(us_chatbot, us_input_text, us_response)
182
  self_play_button.click(self_play, None, self_play_response)
 
177
  new_sp_goal_button = gr.Button("Generate New Goal")
178
  current_sp_goal_yaml = gr.outputs.Textbox(label="New Goal (YAML)")
179
 
180
+ gr.Markdown("Want to get in touch? [Email me](mailto:am@alistairmcleay.com)")
181
+
182
  ds_button.click(ds_chatbot, ds_input_text, ds_response)
183
  us_button.click(us_chatbot, us_input_text, us_response)
184
  self_play_button.click(self_play, None, self_play_response)