Al1Abdullah commited on
Commit
2fc006a
·
verified ·
1 Parent(s): 57c1c76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def index():
70
  except Exception as e:
71
  return f"Error during chat: {e}"
72
 
73
- return render_template("index.html", response=response_text, audio_path=audio_file_path)
74
 
75
 
76
  @app.route("/audio")
 
70
  except Exception as e:
71
  return f"Error during chat: {e}"
72
 
73
+ return render_template("templates/index.html", response=response_text, audio_path=audio_file_path)
74
 
75
 
76
  @app.route("/audio")