w3robotics commited on
Commit
d68882b
·
verified ·
1 Parent(s): 3d8565e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,7 +293,7 @@ with output_container:
293
  max_new_tokens=st.session_state.max_response_length,
294
  )
295
  st.markdown(response)
296
- T
297
 
298
 
299
 
 
293
  max_new_tokens=st.session_state.max_response_length,
294
  )
295
  st.markdown(response)
296
+
297
 
298
 
299