ParthSadaria commited on
Commit
18ff3e9
·
verified ·
1 Parent(s): bb6055a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -409,7 +409,7 @@ async def playground():
409
  return HTMLResponse(content=html_content)
410
  @app.get("/vetra", response_class=HTMLResponse)
411
  async def playground():
412
- html_content = read_html_file("Rulebased-chatbot.html")
413
  if html_content is None:
414
  return HTMLResponse(content="<h1>image-playground.html not found</h1>", status_code=404)
415
  return HTMLResponse(content=html_content)
 
409
  return HTMLResponse(content=html_content)
410
  @app.get("/vetra", response_class=HTMLResponse)
411
  async def playground():
412
+ html_content = read_html_file("Vetra.html")
413
  if html_content is None:
414
  return HTMLResponse(content="<h1>image-playground.html not found</h1>", status_code=404)
415
  return HTMLResponse(content=html_content)