Jesse-marqo commited on
Commit
1357d52
·
verified ·
1 Parent(s): 72ebb38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -3,10 +3,10 @@ import pandas as pd
3
  import os
4
 
5
  # Title of the app
6
- st.title('OpenCLIP Model Results Viewer')
7
-
8
  # Displaying the current working directory
9
- st.write(f"Current working directory: {os.getcwd()}")
10
 
11
  # List files in the current directory
12
  #st.write("Files in the current directory:")
 
3
  import os
4
 
5
  # Title of the app
6
+ st.title('Multilingual retrieval OpenCLIP Model Results Viewer')
7
+ st.write("Multilingual multimodal retrieval results from OpenCLIP.")
8
  # Displaying the current working directory
9
+ #st.write(f"Current working directory: {os.getcwd()}")
10
 
11
  # List files in the current directory
12
  #st.write("Files in the current directory:")