replace f-string to string

pull/79/head
Han 11 months ago committed by GitHub
parent 46a6bd8722
commit ce8f9f42ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,7 +66,7 @@ with gr.Blocks() as demo:
placeholder='http://localhost:8080',
)
gr.Markdown(
f'<p style="text-align:center">Get your Open AI API key <a href="https://platform.openai.com/account/api-keys">here</a></p>'
'<p style="text-align:center">Get your Open AI API key <a href="https://platform.openai.com/account/api-keys">here</a></p>'
)
openAI_key = gr.Textbox(
label='Enter your OpenAI API key here', type='password'

Loading…
Cancel
Save