NexAddo commited on
Commit
ec558c6
1 Parent(s): 6a41482

Update hackaprompt/gradio_app.py

Browse files
Files changed (1) hide show
  1. hackaprompt/gradio_app.py +5 -5
hackaprompt/gradio_app.py CHANGED
@@ -200,7 +200,7 @@ theme = gr.themes.Base(primary_hue="synthminds_primary").set(
200
  input_background_fill_dark='*primary_400',
201
  button_primary_background_fill_dark="*primary_500",
202
  block_info_text_color_dark="*primary_900",
203
- # body_text_color_dark='*primary_900',
204
 
205
 
206
  background_fill_primary='*primary_50',
@@ -211,7 +211,7 @@ theme = gr.themes.Base(primary_hue="synthminds_primary").set(
211
  input_background_fill='*primary_400',
212
  button_primary_background_fill="*primary_500",
213
  block_info_text_color="*primary_900",
214
- # body_text_color='*primary_900',
215
  )
216
 
217
  with gr.Blocks(theme=theme) as demo:
@@ -234,7 +234,7 @@ with gr.Blocks(theme=theme) as demo:
234
  Your experiments on this website do not get automatically submitted to the competition. To submit your prompts,
235
  follow the instructions given by the Great Lord of Prompt Mountain (refer to Wes' Loom video).
236
 
237
- Below, you can select a different model/level, then put your prompt in the `Your Prompt:` section and click the `Are You Worthy` button.
238
 
239
  **IMPORTANT NOTE: When you formally submit your attempt, we rerun all of your prompts**.
240
 
@@ -286,9 +286,9 @@ with gr.Blocks(theme=theme) as demo:
286
  """
287
  # Enshrine Your Attempt
288
  * Record your efforts and add it to Enshrine Your Attempt on to the Wall of Heroes
289
- * `Generate Chronicle` will prepare a downloadable `submission.json` file for you to submit.
290
  * You should submit all of your efforts in one file, not one by one.
291
- * Please submit the `submission.json` file to [this email](mailto:wes@synthminds.ai).
292
  """
293
  )
294
 
 
200
  input_background_fill_dark='*primary_400',
201
  button_primary_background_fill_dark="*primary_500",
202
  block_info_text_color_dark="*primary_900",
203
+ body_text_color_dark='*primary_900',
204
 
205
 
206
  background_fill_primary='*primary_50',
 
211
  input_background_fill='*primary_400',
212
  button_primary_background_fill="*primary_500",
213
  block_info_text_color="*primary_900",
214
+ body_text_color='*primary_900',
215
  )
216
 
217
  with gr.Blocks(theme=theme) as demo:
 
234
  Your experiments on this website do not get automatically submitted to the competition. To submit your prompts,
235
  follow the instructions given by the Great Lord of Prompt Mountain (refer to Wes' Loom video).
236
 
237
+ Below, you can select a different model/level, then put your prompt in the **Your Prompt:** section and click the **Are You Worthy** button.
238
 
239
  **IMPORTANT NOTE: When you formally submit your attempt, we rerun all of your prompts**.
240
 
 
286
  """
287
  # Enshrine Your Attempt
288
  * Record your efforts and add it to Enshrine Your Attempt on to the Wall of Heroes
289
+ * **Generate Chronicle** will prepare a downloadable **submission.json** file for you to submit.
290
  * You should submit all of your efforts in one file, not one by one.
291
+ * Please submit the **submission.json** file to [this email](mailto:wes@synthminds.ai).
292
  """
293
  )
294