abnerzhang commited on
Commit
c196f31
·
1 Parent(s): a0df025

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -15,10 +15,10 @@ with gr.Blocks() as app:
15
  "The table gives information about department and online stores in Australia in 2011.\n"
16
  "Summarise the information by selecting and reporting the main features, and make comparisons where relevant.\n\n"
17
  "Department Stores Online Stores\n"
18
- "Number of Businesses 67 368\n"
19
- "Profit (AUD) 807 863\n"
20
- "Sales Revenue (AUD) 12,700 13,400\n"
21
- "Growth .4% .6%")
22
 
23
  essay = gr.Textbox(label="Generated Essay",
24
  lines=10,
 
15
  "The table gives information about department and online stores in Australia in 2011.\n"
16
  "Summarise the information by selecting and reporting the main features, and make comparisons where relevant.\n\n"
17
  "Department Stores Online Stores\n"
18
+ "Number of Businesses 67 368\n"
19
+ "Profit (AUD) 807 863\n"
20
+ "Sales Revenue (AUD) 12,700 13,400\n"
21
+ "Growth .4% .6%")
22
 
23
  essay = gr.Textbox(label="Generated Essay",
24
  lines=10,