Riswan-Nopiyar commited on
Commit
d198812
·
verified ·
1 Parent(s): e6dd1ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ fig = random_plot()
5
 
6
  # Membuat antarmuka Gradio
7
  with gr.Blocks(fill_height=True, css="footer {visibility: hidden}") as demo:
8
- gr.HTML("<h2 style='text-align: center;'>Chatbot with Dark Mode</h2>") # Menambahkan judul di sini dengan CSS untuk memposisikan di tengah
9
  chatbot = gr.Chatbot(
10
  elem_id="chatbot",
11
  bubble_full_width=False,
 
5
 
6
  # Membuat antarmuka Gradio
7
  with gr.Blocks(fill_height=True, css="footer {visibility: hidden}") as demo:
8
+ gr.HTML("<div style='text-align: center;'><h2>Chat bot Nopiyar.my.id</h2></div>") # Menambahkan judul di sini dengan CSS untuk memposisikan di tengah
9
  chatbot = gr.Chatbot(
10
  elem_id="chatbot",
11
  bubble_full_width=False,