DeMaking commited on
Commit
be89df6
·
verified ·
1 Parent(s): 00089b7

Update bot.py

Browse files
Files changed (1) hide show
  1. bot.py +1 -1
bot.py CHANGED
@@ -6,7 +6,7 @@ from telegram import Update
6
  from telegram.ext import Application, CommandHandler, MessageHandler, filters, ContextTypes
7
 
8
  from utils import clean_text
9
- from app import generate_response # Import the response generation function from app.py
10
 
11
 
12
  # Configure logging
 
6
  from telegram.ext import Application, CommandHandler, MessageHandler, filters, ContextTypes
7
 
8
  from utils import clean_text
9
+ from app import generate_response # Import the response generation function from app
10
 
11
 
12
  # Configure logging