Spaces:
Running
Running
Update app.py
Browse files
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
|
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():
|