JLW commited on
Commit
60eb6b2
1 Parent(s): b2e73e7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import openai
2
  import gradio as gr
3
  import datetime
4
 
5
- initial_prompt = "List the following in a HTML table with an appropriate number of rows in an appropriate order, giving the table an appropriate caption. The table contains around 4 columns with appropriate attributes. Each non-numeric cell in the table, regardless of column, contains a link whenever possible to an appropriate Wikipedia page that opens in a new tab. No other links besides Wikipedia pages are permitted: "
6
 
7
 
8
  def set_openai_api_key(api_key, openai_api_key):
 
2
  import gradio as gr
3
  import datetime
4
 
5
+ initial_prompt = "List the following in a HTML table with an appropriate number of rows in an appropriate order, giving the table an appropriate caption. Each non-numeric cell in the table, regardless of column, contains a link whenever possible to an appropriate Wikipedia page that opens in a new tab. No other links besides Wikipedia pages are permitted. The table contains around 5 columns with appropriate attributes: "
6
 
7
 
8
  def set_openai_api_key(api_key, openai_api_key):