Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def main():
|
|
80 |
#์ถ๊ฐ๋ ์ฝ๋
|
81 |
text_container.empty()
|
82 |
with text_container:
|
83 |
-
|
84 |
|
85 |
|
86 |
# exec(highlighted_text)
|
|
|
80 |
#์ถ๊ฐ๋ ์ฝ๋
|
81 |
text_container.empty()
|
82 |
with text_container:
|
83 |
+
exec(highlighted_text)
|
84 |
|
85 |
|
86 |
# exec(highlighted_text)
|