calmgoose commited on
Commit
b363461
1 Parent(s): 54d1b4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ if ask:
134
  except:
135
  output = "What's going on? That's not the right API key"
136
 
137
- st.text(label="1984:", value=output)
138
 
139
  # streamlit-chat
140
  # st.session_state.past.append(user_input)
 
134
  except:
135
  output = "What's going on? That's not the right API key"
136
 
137
+ st.write(f"**1984:** {output}")
138
 
139
  # streamlit-chat
140
  # st.session_state.past.append(user_input)