Dooratre commited on
Commit
892a1e5
·
verified ·
1 Parent(s): 80f8118

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -1,4 +1,10 @@
1
  !pip install pyTelegramBotAPI
 
 
 
 
 
 
2
  import telebot
3
 
4
  bot = telebot.TeleBot('6990801595:AAE79xNVO1D_0SeWZlzYLE57Suwfp9GyKT8')
 
1
  !pip install pyTelegramBotAPI
2
+ !pip uninstall numpy
3
+ !pip uninstall pandas
4
+ !pip install numpy
5
+ !pip install pandas
6
+
7
+
8
  import telebot
9
 
10
  bot = telebot.TeleBot('6990801595:AAE79xNVO1D_0SeWZlzYLE57Suwfp9GyKT8')