Blane187 commited on
Commit
757b7a1
·
verified ·
1 Parent(s): e26b6b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# ChatGPT Clone")
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():