Spaces:
Running
Running
Update app.py
Browse files
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:
|