derek-thomas
commited on
Commit
·
9a5970e
1
Parent(s):
e53842f
Fixing file name
Browse files
prompt_order_exeriment/prompt_order_exeriment.py
CHANGED
|
@@ -152,7 +152,7 @@ We begin with the [layoric/labeled-multiple-choice-explained](https://huggingfac
|
|
| 152 |
|
| 153 |
|
| 154 |
def mermaid_svg():
|
| 155 |
-
with open('assets/
|
| 156 |
svg_content = file.read()
|
| 157 |
|
| 158 |
return rx.html(
|
|
|
|
| 152 |
|
| 153 |
|
| 154 |
def mermaid_svg():
|
| 155 |
+
with open('assets/prompt-order-experiment.svg', 'r') as file:
|
| 156 |
svg_content = file.read()
|
| 157 |
|
| 158 |
return rx.html(
|