NexAddo commited on
Commit
e7869de
β€’
1 Parent(s): 86a3912

Update hackaprompt/gradio_app.py

Browse files
Files changed (1) hide show
  1. hackaprompt/gradio_app.py +1 -1
hackaprompt/gradio_app.py CHANGED
@@ -25,7 +25,7 @@ def format_evaluation(correct: bool) -> str:
25
  """
26
  Format the evaluation for display in the UI.
27
  """
28
- return "Your Prompt Was Worthy πŸ†" if correct else "Your Prompt Was NOT Worthy πŸ’€"
29
 
30
 
31
  def log_to_db(response, session_id):
 
25
  """
26
  Format the evaluation for display in the UI.
27
  """
28
+ return "Your Prompt Was Worthy πŸ†!" if correct else "Your Prompt Was NOT Worthy πŸ’€"
29
 
30
 
31
  def log_to_db(response, session_id):