rameshmoorthy commited on
Commit
b389679
1 Parent(s): c88d068

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -31,10 +31,10 @@ with gr.Blocks() as bm25:
31
  except:
32
  print("Warning: Styling within Markdown might not be fully supported. Consider using gr.HTML for more control.")
33
 
34
- gr.Markdown(
35
- """
36
- # Select a CSV/Excel file with column as 'products'
37
- """)
38
  inputfile = gr.File(file_types=['.csv','.xlsx'], label="Upload CSV/Excel file")
39
 
40
 
 
31
  except:
32
  print("Warning: Styling within Markdown might not be fully supported. Consider using gr.HTML for more control.")
33
 
34
+ gr.Markdown(
35
+ """
36
+ # Select a CSV/Excel file with column as 'products'
37
+ """)
38
  inputfile = gr.File(file_types=['.csv','.xlsx'], label="Upload CSV/Excel file")
39
 
40