Spaces:
Running
Running
update
Browse files
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
|
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 |
|