Echoforge24 commited on
Commit
62e2d1d
·
verified ·
1 Parent(s): dac4d2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -97,4 +97,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
97
  # 🚀 Launch the App
98
  # -------------------------
99
 
100
-
 
 
 
97
  # 🚀 Launch the App
98
  # -------------------------
99
 
100
+ # This runs the app if the file is being executed directly (not imported)
101
+ if __name__ == "__main__":
102
+ demo.launch() # Starts the Gradio interface so users can chat with the bot