aamirtaymoor commited on
Commit
898a6ba
·
verified ·
1 Parent(s): 59e3c8d

Update hf_demo/einstein/views.py

Browse files
Files changed (1) hide show
  1. hf_demo/einstein/views.py +1 -1
hf_demo/einstein/views.py CHANGED
@@ -13,7 +13,7 @@ from einstein.ml_service import MlProcessing
13
 
14
  class TestView(APIView):
15
  def get(self, request):
16
- return render(request, 'einstein/index.html')
17
 
18
  class FileProcessingView(APIView):
19
  def post(self, request):
 
13
 
14
  class TestView(APIView):
15
  def get(self, request):
16
+ return render(request, 'index.html')
17
 
18
  class FileProcessingView(APIView):
19
  def post(self, request):