rdlf commited on
Commit
de4e953
·
verified ·
1 Parent(s): ee4aa07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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:', '')