Skip to content

Commit

Permalink
Update demo video and discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
dyang415 committed Sep 4, 2023
1 parent b7733f4 commit 84a7b40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img valign="middle" src="https://github.com/logunify/dsensei/blob/main/docs/images/logo.png" width="65" height="65"/> DSensei

[![Discord](https://img.shields.io/badge/discord-@DSensei-blue.svg?logo=discord)](https://discord.gg/B96nhQzX)
[![Discord](https://img.shields.io/badge/discord-@DSensei-blue.svg?logo=discord)](https://discord.gg/6h5cdNhK)

## Introduction

Expand Down Expand Up @@ -50,6 +50,7 @@ There are multiple ways to run DSensei on your machine.
The recommended way is to use the official Docker image. Make sure you have Docker installed on your system, then run the following command:

If you use CSV data source:

```shell
docker run -p 5001:5001 dsenseiapp/dsensei:latest
```
Expand All @@ -76,4 +77,4 @@ To run the application locally without Docker, you need to have `python3` and `n

## Contact

Please submit your bug report or feature request directly on github or in our [discord group](https://discord.gg/B96nhQzX). We appreciate all your feedback!
Please submit your bug report or feature request directly on github or in our [discord group](https://discord.gg/6h5cdNhK). We appreciate all your feedback!
8 changes: 4 additions & 4 deletions frontend/src/components/uploader/InformationCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ export default function InformationCard() {
</AccordionHeader>
<AccordionBody>
<iframe
className="w-[100%] h-[550px]"
className="w-[100%] h-[710px]"
title="Demo"
allowFullScreen={true}
seamless={true}
src="https://www.loom.com/embed/35ee267d3815405b95836ad809807128?sid=b735c758-3ac2-4e9a-9a75-ea046962a9db"
src="https://www.loom.com/embed/e511f8cdbd9245248dbda63e3b037792?sid=dd6dc9db-b8a4-49b3-bc29-daa0d6b713e6"
/>
<br />
DSensei is an AI-powered key driver analysis engine that can pinpoint
Expand Down Expand Up @@ -81,7 +81,7 @@ export default function InformationCard() {
</a>{" "}
or{" "}
<a
href="https://discord.gg/B96nhQzX"
href="https://discord.gg/6h5cdNhK"
target="_blank"
rel="noreferrer"
className="text-blue-500"
Expand All @@ -103,7 +103,7 @@ export default function InformationCard() {
</a>{" "}
or{" "}
<a
href="https://discord.gg/B96nhQzX"
href="https://discord.gg/6h5cdNhK"
target="_blank"
rel="noreferrer"
className="text-blue-500"
Expand Down

0 comments on commit 84a7b40

Please sign in to comment.