jamescg commited on
Commit
d75d351
1 Parent(s): 49e6dbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ block = gr.Blocks(css=".gradio-container {background-color: lightgray}")
53
 
54
  with block:
55
  with gr.Row():
56
- gr.Markdown("<h3><center>Chat-Your-Data (SMR4 Publication)</center></h3>")
57
 
58
  openai_api_key_textbox = gr.Textbox(
59
  #placeholder="Paste your OpenAI API key sk-...",
 
53
 
54
  with block:
55
  with gr.Row():
56
+ gr.Markdown("<h3><center>Chat-Your-Data (SMR4)</center></h3>")
57
 
58
  openai_api_key_textbox = gr.Textbox(
59
  #placeholder="Paste your OpenAI API key sk-...",