NinaAchache commited on
Commit
cb64d01
1 Parent(s): cbc9e88

Correction indentation error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks(title="Eki IPCC Explorer") as demo:
93
  gr.Markdown("# Climate GPT - ")
94
  with gr.Row():
95
  gr.Markdown("First step: Add your OPENAI api key")
96
- openai_api_key_textbox = gr.Textbox(
97
  placeholder="Paste your OpenAI API key (sk-...) and hit Enter",
98
  show_label=False,
99
  lines=1,
 
93
  gr.Markdown("# Climate GPT - ")
94
  with gr.Row():
95
  gr.Markdown("First step: Add your OPENAI api key")
96
+ openai_api_key_textbox = gr.Textbox(
97
  placeholder="Paste your OpenAI API key (sk-...) and hit Enter",
98
  show_label=False,
99
  lines=1,