ajwthompson commited on
Commit
e9ee445
·
1 Parent(s): 8504bfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,11 +49,11 @@ class ChatWrapper:
49
 
50
  chat = ChatWrapper()
51
 
52
- block = gr.Blocks(css=".gradio-container {background-color: lightgray}")
53
 
54
  with block:
55
  with gr.Row():
56
- gr.Markdown("<h3><center>The Bot Forge=> Chat about - State-of-the-Union 2023</center></h3>")
57
 
58
  openai_api_key_textbox = gr.Textbox(
59
  placeholder="Paste your OpenAI API key (sk-...)",
 
49
 
50
  chat = ChatWrapper()
51
 
52
+ block = gr.Blocks(css=".gradio-container {background-color: '04A7E3'}")
53
 
54
  with block:
55
  with gr.Row():
56
+ gr.Markdown("<h2><center>The Bot Forge</h2></center><h3> <center>Chat about - State-of-the-Union 2023</center></h3>")
57
 
58
  openai_api_key_textbox = gr.Textbox(
59
  placeholder="Paste your OpenAI API key (sk-...)",