Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
write a streamlit program that generates a graphical emotion wheel that can animate a spin. With the animated emotion wheel, display it as a pie graph sunburst plot with an emoji for each of the emotions including: love, fear, anger, sadness, happiness, surprise, disgust, and love.
|
2 |
|
3 |
import streamlit as st
|
4 |
import pandas as pd
|
|
|
1 |
+
# ChatGPT Prompt: write a streamlit program that generates a graphical emotion wheel that can animate a spin. With the animated emotion wheel, display it as a pie graph sunburst plot with an emoji for each of the emotions including: love, fear, anger, sadness, happiness, surprise, disgust, and love.
|
2 |
|
3 |
import streamlit as st
|
4 |
import pandas as pd
|