Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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;'>
|