We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37b78e commit ae75dffCopy full SHA for ae75dff
text_sum/text_summarizer.py
@@ -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