Kaengbold commited on
Commit
6a9ed56
1 Parent(s): 198c242

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ iface =gr.Interface(fn = maker, allow_flagging= "never", inputs=
189
  gr.Checkbox(value = True)
190
 
191
  ],
192
- outputs = "text", title = "Study cards maker", description= "This tool uses openAI GPT-3 to make study cards for you. This include flashcards, super usefull for Remnotes(reday to copy past). Please use yoru Openai api key. Which you get by sining up at https://beta.openai.com/ "
193
  )
194
 
195
 
 
189
  gr.Checkbox(value = True)
190
 
191
  ],
192
+ outputs = "text", title = "Study cards maker", description= "This tool uses openAI GPT-3 to make study cards for you. This include flashcards, super usefull for Remnotes(reday to copy past). Please use yoru Openai api key. Which you get by sining up at https://openai.com/api/ "
193
  )
194
 
195