nickmuchi commited on
Commit
faa90d7
1 Parent(s): 9a10c75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ block = gr.Blocks(css=".gradio-container {background-color: lightgray}")
83
 
84
  with block:
85
  with gr.Row():
86
- gr.Markdown("<h3><center>Chat-Your-Data (Investment Management)</center></h3>")
87
 
88
  openai_api_key_textbox = gr.Textbox(
89
  placeholder="Paste your OpenAI API key (sk-...)",
 
83
 
84
  with block:
85
  with gr.Row():
86
+ gr.Markdown("<h3><center>Chat-Your-Data (Investor Education)</center></h3>")
87
 
88
  openai_api_key_textbox = gr.Textbox(
89
  placeholder="Paste your OpenAI API key (sk-...)",