Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
|
|
3 |
st.title("PlotGPT: Your ChatGPT Data Analyst 24/7")
|
4 |
x = st.image('sample.gif')
|
5 |
|
6 |
-
st.markdown(
|
7 |
|
8 |
📊 **Dynamic Plot Generation**: Instantly generate interactive plots that bring your data to life. Explore trends, patterns, and correlations effortlessly for any topic you desire.
|
9 |
|
@@ -11,4 +11,4 @@ st.markdown('''PlotGPT is now live on https://plotgpt.fr to transform your data
|
|
11 |
|
12 |
🎨 **Infographics on Demand**: Need a visual summary? PlotGPT crafts visually appealing infographics that convey your data story with clarity mthat can then be edited using a VEGA plot editor. We are even providing the source of the JSON data for you to plot with an external visualizer if need be it.
|
13 |
|
14 |
-
🕵️ **Any Topic, Anytime**: From science and technology to business and beyond, PlotGPT adapts to your domain. Ask questions, and watch as the insights unfold. Ask it about something obvious such as the distribution of population size per country or something much more complex such as the chances of you finding the love of your life in every city.
|
|
|
3 |
st.title("PlotGPT: Your ChatGPT Data Analyst 24/7")
|
4 |
x = st.image('sample.gif')
|
5 |
|
6 |
+
st.markdown("""PlotGPT is now live on https://plotgpt.fr to transform your data into meaningful insights. PlotGPT will have an answer to any topic, however the less researched a topic the higher are the chances for hallucination and the lower is the accuracy.
|
7 |
|
8 |
📊 **Dynamic Plot Generation**: Instantly generate interactive plots that bring your data to life. Explore trends, patterns, and correlations effortlessly for any topic you desire.
|
9 |
|
|
|
11 |
|
12 |
🎨 **Infographics on Demand**: Need a visual summary? PlotGPT crafts visually appealing infographics that convey your data story with clarity mthat can then be edited using a VEGA plot editor. We are even providing the source of the JSON data for you to plot with an external visualizer if need be it.
|
13 |
|
14 |
+
🕵️ **Any Topic, Anytime**: From science and technology to business and beyond, PlotGPT adapts to your domain. Ask questions, and watch as the insights unfold. Ask it about something obvious such as the distribution of population size per country or something much more complex such as the chances of you finding the love of your life in every city.""")
|