awacke1 commited on
Commit
0360845
·
1 Parent(s): b666633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,12 +4,12 @@ import streamlit as st
4
  import pandas as pd
5
  import numpy as np
6
 
 
 
7
 
8
  st.title("Quotes Generator and Search")
9
  st.write("Search for quotes by author, quote and category")
10
 
11
- # Set the max width of the page
12
- st.set_page_config(layout="wide")
13
 
14
  # Load the dataset
15
  quotes = pd.read_csv('quotes.csv', index_col=0)
 
4
  import pandas as pd
5
  import numpy as np
6
 
7
+ # Set the max width of the page
8
+ st.set_page_config(layout="wide")
9
 
10
  st.title("Quotes Generator and Search")
11
  st.write("Search for quotes by author, quote and category")
12
 
 
 
13
 
14
  # Load the dataset
15
  quotes = pd.read_csv('quotes.csv', index_col=0)