shukdevdatta123 commited on
Commit
0474226
·
verified ·
1 Parent(s): ddc9bd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -404,7 +404,7 @@ if openai_api_key:
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, width=100) # 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"):
 
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=100) # 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"):