Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -121,7 +121,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(), fill_width = True) as dashboard_app
|
|
| 121 |
specifically designed for building and deploying conversational AI applications. \
|
| 122 |
It offers a powerful, ready-to-use frontend for RAG pipelines and LLMs, \
|
| 123 |
enabling rapid prototyping and deployment on platforms like Hugging Face Spaces""")
|
| 124 |
-
embed_space("https://
|
| 125 |
|
| 126 |
|
| 127 |
dashboard_app.css = """
|
|
|
|
| 121 |
specifically designed for building and deploying conversational AI applications. \
|
| 122 |
It offers a powerful, ready-to-use frontend for RAG pipelines and LLMs, \
|
| 123 |
enabling rapid prototyping and deployment on platforms like Hugging Face Spaces""")
|
| 124 |
+
embed_space("https://giz-asistente-eudr.hf.space", height=700)
|
| 125 |
|
| 126 |
|
| 127 |
dashboard_app.css = """
|