nostalgebraist commited on
Commit
3753600
·
1 Parent(s): 7fd7245
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ if button_go:
118
  with generating_marker.container():
119
  st.write('**Generating...**')
120
  st.write('**Prompt:**')
121
- st.write(text)
122
 
123
  count_low_res, count_high_res = 0, 0
124
  times_low, times_high = [], []
 
118
  with generating_marker.container():
119
  st.write('**Generating...**')
120
  st.write('**Prompt:**')
121
+ st.write(repr(text))
122
 
123
  count_low_res, count_high_res = 0, 0
124
  times_low, times_high = [], []