Hyeonseo commited on
Commit
b6fe237
β€’
1 Parent(s): d9d0c89

Update presentation_assistant/presentation_assistant.py

Browse files
presentation_assistant/presentation_assistant.py CHANGED
@@ -20,8 +20,8 @@ def generate_text2ppt_input_prompt(input_type, input_value, input_pages):
20
 
21
  if input_type == "링크":
22
  summary_value += input_value
23
- summary_value += "ν…μŠ€νŠΈ"
24
- elif input_type == "text":
25
  summary_value += input_value
26
  summary_value += "\n"
27
  elif input_type == "PDF":
 
20
 
21
  if input_type == "링크":
22
  summary_value += input_value
23
+ summary_value += "\n"
24
+ elif input_type == "ν…μŠ€νŠΈ":
25
  summary_value += input_value
26
  summary_value += "\n"
27
  elif input_type == "PDF":