fredcaixeta commited on
Commit
1c249c3
·
1 Parent(s): 2043bee
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -76,7 +76,7 @@ if __name__ == "__main__":
76
 
77
  gr.Markdown(
78
  """
79
- #### Data Analyst Agent with FC Barcelona Statistics (2020/2021)
80
 
81
  Powered by Postgres (Supabase) via MCP.
82
  """
@@ -90,7 +90,7 @@ if __name__ == "__main__":
90
  chatbot = gr.Chatbot(
91
  type="messages",
92
  label="",
93
- height=330,
94
  show_copy_button=True
95
  )
96
 
@@ -130,7 +130,7 @@ if __name__ == "__main__":
130
  value=PLACEHOLDER_IMAGE,
131
  label="",
132
  type="pil",
133
- height=330,
134
  show_label=False,
135
  show_download_button=True,
136
  show_share_button=False
 
76
 
77
  gr.Markdown(
78
  """
79
+ ## Data Analyst Agent with FC Barcelona Statistics (2020/2021)
80
 
81
  Powered by Postgres (Supabase) via MCP.
82
  """
 
90
  chatbot = gr.Chatbot(
91
  type="messages",
92
  label="",
93
+ height=360,
94
  show_copy_button=True
95
  )
96
 
 
130
  value=PLACEHOLDER_IMAGE,
131
  label="",
132
  type="pil",
133
+ height=360,
134
  show_label=False,
135
  show_download_button=True,
136
  show_share_button=False