From ce8f9f42abcc27d03142174cf4a5c51f1a68c1b9 Mon Sep 17 00:00:00 2001 From: Han Date: Mon, 5 Jun 2023 15:18:28 +0800 Subject: [PATCH] replace f-string to string --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'