diff --git a/main.py b/main.py
index e8e18c18f..06cccd732 100644
--- a/main.py
+++ b/main.py
@@ -20,6 +20,8 @@
 from ldm.data.base import Txt2ImgIterableBaseDataset
 from ldm.util import instantiate_from_config
 
+# hello, first commit
+# houssem added this line
 
 def get_parser(**parser_kwargs):
     def str2bool(v):