ProfessorLeVesseur commited on
Commit
ed9a81c
·
verified ·
1 Parent(s): 4d2c008

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import base64
3
- from openai
4
 
5
  # Function to encode the image to base64
6
  def encode_image(image_file):
 
1
  import streamlit as st
2
  import base64
3
+ import openai
4
 
5
  # Function to encode the image to base64
6
  def encode_image(image_file):