nyanko7 commited on
Commit
cd86395
1 Parent(s): 5344457

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ with gr.Blocks(css=css) as demo:
233
 
234
  with gr.Column(elem_id="col-container"):
235
  gr.Markdown("""## OpenAI Translator
236
- Using the ofiicial API (gpt-3.5-turbo model).""", elem_id="header")
237
 
238
  with gr.Row():
239
  with gr.Column():
 
233
 
234
  with gr.Column(elem_id="col-container"):
235
  gr.Markdown("""## OpenAI Translator
236
+ Using the official API (gpt-3.5-turbo model).""", elem_id="header")
237
 
238
  with gr.Row():
239
  with gr.Column():