Skip to content

Commit ae75dff

Browse files
author
Chloe White
committed
added basic skeleton for text summarizer
1 parent b37b78e commit ae75dff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

text_sum/text_summarizer.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
def main():
2+
print("Welcome to the Text Summarizer App")
3+
text = input("Enter your text to summarize: ")
4+
print("Processing text (placeholder)")
5+
6+
if __name__ == "__main__":
7+
main()

0 commit comments

Comments
 (0)