Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,6 +134,8 @@ def random_response(message, history):
|
|
| 134 |
summary = lida.summarize(df_data)
|
| 135 |
|
| 136 |
print(f'*'*50)
|
|
|
|
|
|
|
| 137 |
goals = lida.goals(summary, n=1, textgen_config=text_gen_config,persona=f'An data analyst of the company who want to know {question}')
|
| 138 |
|
| 139 |
# ValueError: Unsupported library. Choose from 'matplotlib', 'seaborn', 'plotly', 'bokeh', 'ggplot', 'altair'.
|
|
|
|
| 134 |
summary = lida.summarize(df_data)
|
| 135 |
|
| 136 |
print(f'*'*50)
|
| 137 |
+
time_now = pd.Timestamp.now()
|
| 138 |
+
print(f'Datetime now:{time_now}')
|
| 139 |
goals = lida.goals(summary, n=1, textgen_config=text_gen_config,persona=f'An data analyst of the company who want to know {question}')
|
| 140 |
|
| 141 |
# ValueError: Unsupported library. Choose from 'matplotlib', 'seaborn', 'plotly', 'bokeh', 'ggplot', 'altair'.
|