Spaces:
Runtime error
Runtime error
Commit
·
7afb281
1
Parent(s):
e5ef93a
Update app.py
Browse files
app.py
CHANGED
@@ -667,7 +667,7 @@ Input_type = st.radio(
|
|
667 |
)
|
668 |
|
669 |
if Input_type == 'TEXT':
|
670 |
-
mytext = st.text_input('
|
671 |
if st.button("SUBMIT"):
|
672 |
question=mytext
|
673 |
response = openai.Completion.create(
|
|
|
667 |
)
|
668 |
|
669 |
if Input_type == 'TEXT':
|
670 |
+
mytext = st.text_input('**🤖: Ask me anything**')
|
671 |
if st.button("SUBMIT"):
|
672 |
question=mytext
|
673 |
response = openai.Completion.create(
|