Spaces:
Runtime error
Runtime error
Commit
·
e9ee445
1
Parent(s):
8504bfa
Update app.py
Browse files
app.py
CHANGED
@@ -49,11 +49,11 @@ class ChatWrapper:
|
|
49 |
|
50 |
chat = ChatWrapper()
|
51 |
|
52 |
-
block = gr.Blocks(css=".gradio-container {background-color:
|
53 |
|
54 |
with block:
|
55 |
with gr.Row():
|
56 |
-
gr.Markdown("<
|
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-...)",
|