cyberandy commited on
Commit
7c51387
1 Parent(s): 41de54f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ if submit_button and text_input:
85
  st.progress(int(rating_value) / 5, "Fact-checking in progress.")
86
  else:
87
  st.write("Rating Value: ", rating_value)
88
- st.write(f"<b>Review Body</b>: {review_body}")
89
 
90
  # Create a two-column layout
91
  col1, col2 = st.columns(2)
 
85
  st.progress(int(rating_value) / 5, "Fact-checking in progress.")
86
  else:
87
  st.write("Rating Value: ", rating_value)
88
+ st.write(f"**Review Body**: {review_body}")
89
 
90
  # Create a two-column layout
91
  col1, col2 = st.columns(2)