codewithdark commited on
Commit
9270b84
·
verified ·
1 Parent(s): e451236

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ import streamlit as st
2
  from g4f.client import Client
3
  import sqlite3
4
  import google.generativeai as genai
5
- import pyttsx3
6
- import pyperclip
7
 
8
  def local_css(file_name):
9
  with open(file_name) as f:
 
2
  from g4f.client import Client
3
  import sqlite3
4
  import google.generativeai as genai
5
+ # import pyttsx3
6
+ # import pyperclip
7
 
8
  def local_css(file_name):
9
  with open(file_name) as f: