kevinng77 commited on
Commit
cbf84c9
1 Parent(s): 4e95d94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -8,10 +8,13 @@ tags:
8
  - text-generation-inference
9
  widget:
10
  - text: >
11
- "Given a SQL table named 'price_data' with the following columns:"
12
- "Transaction_ID, Platform, Product_ID, User_ID, Transaction_Amount"
13
- "Construct a SQL query to answer the following question:"
14
- "Q: How many rows are there"
 
 
 
15
 
16
  example_title: "How many rows are there?"
17
  ---
 
8
  - text-generation-inference
9
  widget:
10
  - text: >
11
+ Given a SQL table named 'price_data' with the following columns:\n
12
+
13
+ Transaction_ID, Platform, Product_ID, User_ID, Transaction_Amount\n
14
+
15
+ Construct a SQL query to answer the following question:\n
16
+
17
+ Q: How many rows are there
18
 
19
  example_title: "How many rows are there?"
20
  ---