Skip to content

Commit

Permalink
embed video for youtube bot
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishankar63 committed Sep 20, 2023
1 parent 4dd6522 commit 54697ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/DocExtract.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from furl import furl
from pydantic import BaseModel
from pypdf import PdfWriter, PdfReader
from daras_ai_v2.loom_video_widget import youtube_video

import gooey_ui as st
from bots.models import Workflow
Expand Down Expand Up @@ -103,6 +104,9 @@ def render_example(self, state: dict):
st.write("**Google Sheets URL**")
st.write(state.get("sheet_url"))

def render_usage_guide(self):
youtube_video("p7ZLb-loR_4")

def render_settings(self):
st.text_area(
"### 👩‍🏫 Task Instructions",
Expand Down

0 comments on commit 54697ec

Please sign in to comment.