Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zainhoda committed Jul 12, 2023
1 parent 035e65e commit f00ffb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ After every question you can tell Vanna.AI whether the results were correct. Thi
Vanna provides additional functionality to manage your training data to maintain the **highest level of accuracy for your organization**.

## What can it do?
It can support apps that allow you to:
<video autoplay="" muted="" loop="" playsinline="" class="object-scale-down p-4">
<source src="https://vanna.ai/0501.mp4" type="video/mp4">
</video>
<iframe src="https://www.loom.com/embed/e6975621d57643b1857f6d54e0e699bc?sid=1c0ec5da-df9f-4912-9c08-80e8d1afb46b" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="width: 100%; height: 420px;"></iframe>

## Where can I use **Vanna.AI**?
- Use in a [Streamlit app](streamlit.md)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "vanna"
version = "0.0.7"
version = "0.0.8"
authors = [
{ name="Zain Hoda", email="[email protected]" },
]
Expand All @@ -13,7 +13,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"requests", "tabulate", "plotly"
"requests", "tabulate", "plotly", "pandas"
]

[project.urls]
Expand Down

0 comments on commit f00ffb3

Please sign in to comment.