HawkClaws commited on
Commit
cd81b99
1 Parent(s): 37a110b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -44,6 +44,9 @@ def display_diff(diff):
44
 
45
  return left_html, right_html, diff_found
46
 
 
 
 
47
  # Apply custom CSS for wider layout
48
  st.markdown(
49
  """
 
44
 
45
  return left_html, right_html, diff_found
46
 
47
+ # Set Streamlit page configuration to wide mode
48
+ st.set_page_config(layout="wide")
49
+
50
  # Apply custom CSS for wider layout
51
  st.markdown(
52
  """