Spaces:
Running
Running
fredcaixeta
commited on
Commit
·
955b224
1
Parent(s):
cd68aa5
im
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ except Exception as e:
|
|
| 31 |
_df_meta = f"Erro ao carregar CSV em startup: {e}"
|
| 32 |
|
| 33 |
#from place_holder_image import PLACEHOLDER_IMAGE, get_current_chart
|
| 34 |
-
from main_agent import stream_agent_response_safe,
|
| 35 |
from utils import CUSTOM_CSS
|
| 36 |
|
| 37 |
async def simulate_streaming_adaptive(full_text: str):
|
|
|
|
| 31 |
_df_meta = f"Erro ao carregar CSV em startup: {e}"
|
| 32 |
|
| 33 |
#from place_holder_image import PLACEHOLDER_IMAGE, get_current_chart
|
| 34 |
+
from main_agent import stream_agent_response_safe, agent_conventional_response
|
| 35 |
from utils import CUSTOM_CSS
|
| 36 |
|
| 37 |
async def simulate_streaming_adaptive(full_text: str):
|