NexAddo commited on
Commit
2c176a5
1 Parent(s): 4651bfc

Update hackaprompt/gradio_app.py

Browse files

Edited/corrected some of the contact and submission info.

Files changed (1) hide show
  1. hackaprompt/gradio_app.py +2 -2
hackaprompt/gradio_app.py CHANGED
@@ -229,7 +229,7 @@ with gr.Blocks(theme=theme) as demo:
229
 
230
  Below, you can select a different model/level, then put your prompt in the `Your Prompt:` section and click the `Are You Worth` button.
231
 
232
- **IMPORTANT NOTE: When you formally submit your attempt through AICrowd, we rerun all of your prompts**.
233
 
234
  Good luck
235
  """
@@ -281,7 +281,7 @@ with gr.Blocks(theme=theme) as demo:
281
  * Record your efforts and add it to Enshrine Your Attempt on to the Wall of Heroes
282
  * `Generate Chronicle` will prepare a downloadable `submission.json` file for you to submit.
283
  * You should submit all of your efforts in one file, not one by one.
284
- * Please submit the `submission.json` file to [the AICrowd page](https://www.aicrowd.com/challenges/hackaprompt-2023/submissions).
285
  """
286
  )
287
 
 
229
 
230
  Below, you can select a different model/level, then put your prompt in the `Your Prompt:` section and click the `Are You Worth` button.
231
 
232
+ **IMPORTANT NOTE: When you formally submit your attempt, we rerun all of your prompts**.
233
 
234
  Good luck
235
  """
 
281
  * Record your efforts and add it to Enshrine Your Attempt on to the Wall of Heroes
282
  * `Generate Chronicle` will prepare a downloadable `submission.json` file for you to submit.
283
  * You should submit all of your efforts in one file, not one by one.
284
+ * Please submit the `submission.json` file to [this email](wes@synthminds.ai).
285
  """
286
  )
287