Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks(css=".contain { display: flex !important; flex-direction: column
|
|
62 |
with gr.Column(scale=0.5):
|
63 |
gr.HTML('<img src="https://datahub.data.go.id/data/static/Kementerian%20PPN%20Bappenas%20Tanpa%20Teks.png" width="75px" alt="Image" style="max-width: 75%;">')
|
64 |
with gr.Row():
|
65 |
-
with gr.Column(scale=0.
|
66 |
gr.ChatInterface(fn=converse, title=("""
|
67 |
<center>
|
68 |
<h1>KemenPPN/Bappenas</h1>
|
|
|
62 |
with gr.Column(scale=0.5):
|
63 |
gr.HTML('<img src="https://datahub.data.go.id/data/static/Kementerian%20PPN%20Bappenas%20Tanpa%20Teks.png" width="75px" alt="Image" style="max-width: 75%;">')
|
64 |
with gr.Row():
|
65 |
+
with gr.Column(scale=0.5, elem_id='col'):
|
66 |
gr.ChatInterface(fn=converse, title=("""
|
67 |
<center>
|
68 |
<h1>KemenPPN/Bappenas</h1>
|