diff --git a/app.py b/app.py index 8ae1010..04a3a6a 100644 --- a/app.py +++ b/app.py @@ -66,7 +66,7 @@ with gr.Blocks() as demo: placeholder='http://localhost:8080', ) gr.Markdown( - f'

Get your Open AI API key here

' + '

Get your Open AI API key here

' ) openAI_key = gr.Textbox( label='Enter your OpenAI API key here', type='password'