Richard Fan commited on
Commit
6a3fad8
·
1 Parent(s): 85348f7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ with gr.Blocks() as demo:
158
  with gr.Box():
159
  token = gr.Textbox(label="OpenAI API Key", type="password")
160
  with gr.Box():
161
- description = gr.HTML(value="Send an email to the below address using the configuration on the right. Requires a sendgrid token. These values are not needed to use the right side of this page.\n")
162
  email = gr.Textbox(label="Email address", type="email", placeholder="")
163
  sendgrid_token = gr.Textbox(label="SendGrid API Key", type="password")
164
  with gr.Row():
 
158
  with gr.Box():
159
  token = gr.Textbox(label="OpenAI API Key", type="password")
160
  with gr.Box():
161
+ description = gr.HTML(value="Send an email to the below address using the configuration on the right. Requires a sendgrid token. These values are not needed to use the right side of this page.\n\n")
162
  email = gr.Textbox(label="Email address", type="email", placeholder="")
163
  sendgrid_token = gr.Textbox(label="SendGrid API Key", type="password")
164
  with gr.Row():