ai-venkat-r commited on
Commit
d5e6b38
·
verified ·
1 Parent(s): a0dd684

Main script changes (#6)

Browse files

- tech: update main script (e1b95fc1a98620679134b9770256746fcd137a7b)

Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -1,6 +1,6 @@
1
  # hello_world.py
2
  def hello_world():
3
- print("Hello World from Hugging Face!")
4
 
5
  if __name__ == "__main__":
6
  hello_world()
 
1
  # hello_world.py
2
  def hello_world():
3
+ print("Hello World")
4
 
5
  if __name__ == "__main__":
6
  hello_world()