add assets
This commit is contained in:
parent
6b195194ef
commit
925283855d
@ -64,11 +64,3 @@ repos:
|
||||
- id: mypy
|
||||
additional_dependencies: [ types-PyYAML==6.0.10, types_requests==2.28.8, types-ujson==5.5.0 ]
|
||||
args: [ --ignore-missing-imports, --warn-no-return, --warn-redundant-casts, --disallow-incomplete-defs ]
|
||||
|
||||
- repo: https://github.com/sourcery-ai/sourcery
|
||||
rev: v1.0.1
|
||||
hooks:
|
||||
- id: sourcery
|
||||
# The best way to use Sourcery in a pre-commit hook
|
||||
# is to review only changed lines:
|
||||
args: [ --diff=git diff HEAD ]
|
||||
|
BIN
assets/ai.jpg
Normal file
BIN
assets/ai.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 153 KiB |
1
chat.py
1
chat.py
@ -68,3 +68,4 @@ def main() -> None:
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
st.image("assets/ai.jpg")
|
||||
|
0
src/utils/stt.py
Normal file
0
src/utils/stt.py
Normal file
Loading…
Reference in New Issue
Block a user