Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
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-Case</center></h3>")
|
57 |
|
58 |
openai_api_key_textbox = gr.Textbox(
|
59 |
placeholder="Paste your OpenAI API key (sk-...)",
|