Yogya12 commited on
Commit
2314774
Β·
1 Parent(s): ebb8fec
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,7 +257,7 @@ def create_app():
257
  outputs=[chat_history, chat_display, audio_output]
258
  )
259
 
260
- gr.HTML("<footer style='text-align:center;padding:10px;color:#00FF00;'>πŸ”§ Made with ❀️ by Yogya using Gradio, Edge TTS, and Hugging Face πŸ€—</footer>")
261
 
262
  return app
263
 
 
257
  outputs=[chat_history, chat_display, audio_output]
258
  )
259
 
260
+ gr.HTML("<footer style='text-align:center;padding:10px;color:#00FF00;'>πŸ”§ Made by using Gradio, Edge TTS, and Hugging Face πŸ€—</footer>")
261
 
262
  return app
263