Update app.py
Browse files
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 |
-
|
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.Label("Chatbot Nopiyar.my.id", style={"font-size": "24px","text-align":"center", "font-weight": "bold"}) # Menambahkan judul di sini
|
9 |
chatbot = gr.Chatbot(
|
10 |
elem_id="chatbot",
|
11 |
bubble_full_width=False,
|