Spaces:
Runtime error
Runtime error
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 == "
|
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":
|