yasserrmd commited on
Commit
51cc383
·
verified ·
1 Parent(s): 017ccfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ class InfographicRequest(BaseModel):
23
  PROMPT_TEMPLATE = os.getenv("PROMPT_TEMPLATE")
24
 
25
 
26
- async def extract_code_blocks(markdown_text):
27
  """
28
  Extracts code blocks from the given Markdown text.
29
 
 
23
  PROMPT_TEMPLATE = os.getenv("PROMPT_TEMPLATE")
24
 
25
 
26
+ def extract_code_blocks(markdown_text):
27
  """
28
  Extracts code blocks from the given Markdown text.
29