shamik commited on
Commit
c63bd87
·
1 Parent(s): 0ed3302

updated app.py.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ gr.ChatInterface(
81
  additional_inputs=additional_inputs,
82
  examples=[
83
  ["Can you explain briefly to me what is the Python programming language?"],
84
- ["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
85
  ],
86
  cache_examples=True
87
  ).launch(show_api=False)
 
81
  additional_inputs=additional_inputs,
82
  examples=[
83
  ["Can you explain briefly to me what is the Python programming language?"],
84
+ ["Write a 100-word article on 'Benefits of Open-Source in AI research'."],
85
  ],
86
  cache_examples=True
87
  ).launch(show_api=False)