Skip to content

Commit

Permalink
Merge pull request #58 from aitomatic/contrib
Browse files Browse the repository at this point in the history
update openssa.contrib.streamlit_ssa_prob_solver UI
  • Loading branch information
TheVinhLuong102 authored Dec 11, 2023
2 parents e358d3a + f35d16c commit e0d753f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openssa/contrib/streamlit_ssa_prob_solver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@ def run(self):
disabled=False,
label_visibility='collapsed')

st.write('__EXPERT HEURISTICS__')
st.write('__EXPERT INSTRUCTIONS/KNOWLEDGE__')

if recorded_expert_heuristics := speech_to_text(start_prompt='Expert Heuristics: 🎤 here or ⌨️ below',
if recorded_expert_heuristics := speech_to_text(start_prompt='Expert Instructions/Knowledge: 🎤 here or ⌨️ below',
stop_prompt='Stop Recording',
just_once=True,
use_container_width=False,
Expand Down

0 comments on commit e0d753f

Please sign in to comment.