Commit 
							
							·
						
						6f3b001
	
1
								Parent(s):
							
							73cb5fe
								
Correction indentation error
Browse files
    	
        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 | 
            -
             | 
| 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,
         | 
