shukdevdatta123 commited on
Commit
90dea8f
·
verified ·
1 Parent(s): 87d2860

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -403,8 +403,8 @@ if openai_api_key:
403
  st.write("Click the button below to go to the Voice Chat.")
404
 
405
  # Display image/logo in the "Physics Assistant" section (optional)
406
- gif = Image.open("200w.gif") # Ensure the file is in the correct directory
407
- st.image(gif, width=150) # Adjust the size as per preference
408
 
409
  # Button to navigate to the external voice chat link
410
  if st.button("Go to Voice Chat"):
 
403
  st.write("Click the button below to go to the Voice Chat.")
404
 
405
  # Display image/logo in the "Physics Assistant" section (optional)
406
+ gif = "200w.gif" # Ensure the file is in the correct directory
407
+ st.image(gif, use_column_width=True) # Adjust the size as per preference
408
 
409
  # Button to navigate to the external voice chat link
410
  if st.button("Go to Voice Chat"):