Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from groq import Groq
|
|
4 |
import os
|
5 |
|
6 |
|
7 |
-
st.image('calamo.png', caption="", use_column_width=False)
|
8 |
|
9 |
client = Groq(
|
10 |
api_key=os.environ.get("GROQ_API_KEY"),
|
@@ -13,7 +13,7 @@ client = Groq(
|
|
13 |
st.write("# Inicio")
|
14 |
|
15 |
# Other content of your app
|
16 |
-
st.title("plAIn")
|
17 |
# Add more components here
|
18 |
# Create a text input widget
|
19 |
user_input = st.text_input('Pega tu texto:', '')
|
|
|
4 |
import os
|
5 |
|
6 |
|
7 |
+
#st.image('calamo.png', caption="", use_column_width=False)
|
8 |
|
9 |
client = Groq(
|
10 |
api_key=os.environ.get("GROQ_API_KEY"),
|
|
|
13 |
st.write("# Inicio")
|
14 |
|
15 |
# Other content of your app
|
16 |
+
#st.title("plAIn")
|
17 |
# Add more components here
|
18 |
# Create a text input widget
|
19 |
user_input = st.text_input('Pega tu texto:', '')
|