muhammadnasar commited on
Commit
7c9b9c8
·
1 Parent(s): 8c57b79

Rename main.py to app.py

Browse files
Files changed (1) hide show
  1. main.py → app.py +1 -1
main.py → app.py RENAMED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import os
3
- from bot import DIDx_Chatbot
4
 
5
 
6
  didx_chatbot = DIDx_Chatbot()
 
1
  import streamlit as st
2
  import os
3
+ from chatbot import DIDx_Chatbot
4
 
5
 
6
  didx_chatbot = DIDx_Chatbot()