Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def on_submit(message, gpt_model, chat_history):
|
|
30 |
|
31 |
# Define the Gradio interface
|
32 |
with gr.Blocks(theme="Hev832/niceandsimple") as ui:
|
33 |
-
gr.Markdown("
|
34 |
|
35 |
chatbot = gr.Chatbot(label="OpenAI Chatbot")
|
36 |
with gr.Row():
|
|
|
30 |
|
31 |
# Define the Gradio interface
|
32 |
with gr.Blocks(theme="Hev832/niceandsimple") as ui:
|
33 |
+
gr.Markdown("<h1><center> ChatGPT Clone")
|
34 |
|
35 |
chatbot = gr.Chatbot(label="OpenAI Chatbot")
|
36 |
with gr.Row():
|