abdfajar707 commited on
Commit
d6eda49
·
verified ·
1 Parent(s): b726fc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,10 +56,10 @@ def converse(message, chat_history):
56
 
57
  with gr.Blocks(css=".contain { display: flex !important; flex-direction: column !important; }"
58
  "#component-0, #component-3, #component-10, #component-8 { height: 75% !important; }"
59
- "#chatbot { flex-grow: 1 !important; overflow: auto !important;}"
60
  "#col { height: 60vh !important; }") as interface:
61
  with gr.Row():
62
- with gr.Column(scale=0.75):
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.75, elem_id='col'):
 
56
 
57
  with gr.Blocks(css=".contain { display: flex !important; flex-direction: column !important; }"
58
  "#component-0, #component-3, #component-10, #component-8 { height: 75% !important; }"
59
+ "#chatbot { flex-grow: 0.6 !important; overflow: auto !important;}"
60
  "#col { height: 60vh !important; }") as interface:
61
  with gr.Row():
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.75, elem_id='col'):