jvamvas commited on
Commit
b64436c
·
verified ·
1 Parent(s): 3623265

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks(title=f"Prompting Challenge ({get_split()}") as demo:
57
  <dd style='margin-left: 20px; padding: 5px;'>{prompt.replace(newline, "<br>")}</dd>
58
 
59
  <dt style='padding: 5px;'>
60
- <span style='font-weight: 600;'>Response by GPT-4:</span>
61
  </dt>
62
  <dd style='margin-left: 20px; padding: 5px;font-style: italic;'>{response.replace(newline, "<br>")}</dd>
63
  <dt style='padding: 5px;'>
 
57
  <dd style='margin-left: 20px; padding: 5px;'>{prompt.replace(newline, "<br>")}</dd>
58
 
59
  <dt style='padding: 5px;'>
60
+ <span style='font-weight: 600;'>Response by the LLM:</span>
61
  </dt>
62
  <dd style='margin-left: 20px; padding: 5px;font-style: italic;'>{response.replace(newline, "<br>")}</dd>
63
  <dt style='padding: 5px;'>