Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -458,7 +458,7 @@ def search_glossary(query): # 🔍Run------------------------------------------
|
|
458 |
specresponse = chat_with_model(specquery)
|
459 |
all = all + specquery + ' ' + specresponse
|
460 |
st.write('🔍Run 2 is Complete.')
|
461 |
-
SpeechSynthesis(specresponse)
|
462 |
|
463 |
# 🔍Run 3 - Coding Expert - Write a Streamlit Python program with app.py and requirements.txt
|
464 |
codequery = 'Write a streamlit python program which implements line for line each function and UI in the rule specification with coded features for each as a functionCreate a streamlit user interface for each for input and output for the user for each feature to play a complete word game called: '
|
|
|
458 |
specresponse = chat_with_model(specquery)
|
459 |
all = all + specquery + ' ' + specresponse
|
460 |
st.write('🔍Run 2 is Complete.')
|
461 |
+
SpeechSynthesis(response + ' ' + specresponse)
|
462 |
|
463 |
# 🔍Run 3 - Coding Expert - Write a Streamlit Python program with app.py and requirements.txt
|
464 |
codequery = 'Write a streamlit python program which implements line for line each function and UI in the rule specification with coded features for each as a functionCreate a streamlit user interface for each for input and output for the user for each feature to play a complete word game called: '
|