Spaces:
Build error
Build error
linjieccc commited on
Commit ·
3eee1cc
1
Parent(s): 891ee45
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ examples = [
|
|
| 116 |
"What is the total actual and/or obligated expenses of ECG Center?"
|
| 117 |
],
|
| 118 |
[
|
| 119 |
-
"medical_bill_2.
|
| 120 |
"患者さんは何でお金を払いますか。"
|
| 121 |
],
|
| 122 |
[
|
|
@@ -157,7 +157,7 @@ prompt_files = {
|
|
| 157 |
"What is the total actual and/or obligated expenses of ECG Center?": "budget_form.png",
|
| 158 |
"Which quality component has the icon of a pen in it?": "website_design_guide.jpeg",
|
| 159 |
"Which gift idea needs a printer?": "poster.png",
|
| 160 |
-
"患者さんは何でお金を払いますか。": "medical_bill_2.
|
| 161 |
"เบอร์โทรร้านอะไรคะ": "receipt.png"
|
| 162 |
}
|
| 163 |
|
|
|
|
| 116 |
"What is the total actual and/or obligated expenses of ECG Center?"
|
| 117 |
],
|
| 118 |
[
|
| 119 |
+
"medical_bill_2.jpg",
|
| 120 |
"患者さんは何でお金を払いますか。"
|
| 121 |
],
|
| 122 |
[
|
|
|
|
| 157 |
"What is the total actual and/or obligated expenses of ECG Center?": "budget_form.png",
|
| 158 |
"Which quality component has the icon of a pen in it?": "website_design_guide.jpeg",
|
| 159 |
"Which gift idea needs a printer?": "poster.png",
|
| 160 |
+
"患者さんは何でお金を払いますか。": "medical_bill_2.jpg",
|
| 161 |
"เบอร์โทรร้านอะไรคะ": "receipt.png"
|
| 162 |
}
|
| 163 |
|