Wendong-Fan commited on
Commit
a30ce42
·
1 Parent(s): 2ca7cb1

update examample

Browse files
Files changed (1) hide show
  1. owl/webapp.py +2 -2
owl/webapp.py CHANGED
@@ -1070,7 +1070,7 @@ def create_ui():
1070
  label="Question",
1071
  elem_id="question_input",
1072
  show_copy_button=True,
1073
- value="Open Baidu search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file.",
1074
  )
1075
 
1076
  # Enhanced module selection dropdown
@@ -1212,7 +1212,7 @@ def create_ui():
1212
 
1213
  # Example questions
1214
  examples = [
1215
- "Open Baidu search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file.",
1216
  "Browse Amazon and find a product that is attractive to programmers. Please provide the product name and price",
1217
  "Write a hello world python file and save it locally",
1218
  ]
 
1070
  label="Question",
1071
  elem_id="question_input",
1072
  show_copy_button=True,
1073
+ value="Open Google search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file.",
1074
  )
1075
 
1076
  # Enhanced module selection dropdown
 
1212
 
1213
  # Example questions
1214
  examples = [
1215
+ "Open Google search, summarize the github stars, fork counts, etc. of camel-ai's camel framework, and write the numbers into a python file using the plot package, save it locally, and run the generated python file.",
1216
  "Browse Amazon and find a product that is attractive to programmers. Please provide the product name and price",
1217
  "Write a hello world python file and save it locally",
1218
  ]