Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"logo" option not working as expected in built-in-app - v0.3.0 #324

Closed
assinchu opened this issue Mar 30, 2024 · 1 comment · Fixed by #329
Closed

"logo" option not working as expected in built-in-app - v0.3.0 #324

assinchu opened this issue Mar 30, 2024 · 1 comment · Fixed by #329
Labels
bug Something isn't working

Comments

@assinchu
Copy link

Describe the bug

logo option in vanna init not working as expected

init(vn,
cache=MemoryCache(),
allow_llm_to_see_data=False,
logo="https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/AJ_Digital_Camera.svg",
......
)

To Reproduce
Steps to reproduce the behavior:
app = VannaFlaskApp(vn,
allow_llm_to_see_data=True,
logo="https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/AJ_Digital_Camera.svg",
title="Welcome to ",
subtitle="Your copilot for SQL queries.",
show_training_data=False,
suggested_questions=True,
sql=True,
table=True,
csv_download=True,
chart=True,
redraw_chart=False,
auto_fix_sql=True,
ask_results_correct=False,
followup_questions=False,
summarization=True)
app.run()

Expected behavior
Vanna logo should be replaced with given logo

  • OS: [Ubuntu]
  • Version: [22.04]
  • Python: [3.10]
  • Vanna: [v0.3.0]
@assinchu assinchu added the bug Something isn't working label Mar 30, 2024
@zainhoda zainhoda linked a pull request Apr 1, 2024 that will close this issue
@zainhoda
Copy link
Contributor

zainhoda commented Apr 1, 2024

Thank you for reporting this. It should be fixed now in v0.3.2

@zainhoda zainhoda closed this as completed Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants