Mya-Mya commited on
Commit
53c9b7f
·
1 Parent(s): f0f53b7

Delete backend.py

Browse files
Files changed (1) hide show
  1. backend.py +0 -6
backend.py DELETED
@@ -1,6 +0,0 @@
1
- from abc import ABC,abstractmethod
2
- from pandas import DataFrame
3
- class Backend(ABC):
4
- @abstractmethod
5
- def on_submit_button_press(self,query:str)->DataFrame:
6
- pass