Commit
·
73cb5fe
1
Parent(s):
3d6fd1b
Edit text
Browse files
app.py
CHANGED
|
@@ -89,8 +89,10 @@ def set_openai_api_key(api_key):
|
|
| 89 |
|
| 90 |
# Gradio
|
| 91 |
with gr.Blocks(title="Eki IPCC Explorer") as demo:
|
| 92 |
-
|
| 93 |
-
|
|
|
|
|
|
|
| 94 |
openai_api_key_textbox = gr.Textbox(
|
| 95 |
placeholder="Paste your OpenAI API key (sk-...) and hit Enter",
|
| 96 |
show_label=False,
|
|
|
|
| 89 |
|
| 90 |
# Gradio
|
| 91 |
with gr.Blocks(title="Eki IPCC Explorer") as demo:
|
| 92 |
+
with gr.Row(elem_id="center"):
|
| 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,
|