sani903 commited on
Commit
683d33c
·
1 Parent(s): e831ab0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -22
app.py CHANGED
@@ -241,26 +241,4 @@ gr.Interface(fn=greet, inputs=[
241
  # In[ ]:
242
 
243
 
244
- import java.io.*;
245
- public class x {
246
- public static void main(String[] args) {
247
- String f = "file.txt";
248
- BufferedReader [MASK] = null;
249
- String l;
250
- try {
251
- [MASK] = new BufferedReader(new FileReader(f));
252
- while ((l = [MASK].readLine()) != null) {
253
- System.out.println(l);
254
- }
255
- } catch (IOException e) {
256
- e.printStackTrace();
257
- } finally {
258
- try {
259
- if ([MASK] != null) [MASK].close();
260
- } catch (IOException ex) {
261
- ex.printStackTrace();
262
- }
263
- }
264
- }
265
- }
266
 
 
241
  # In[ ]:
242
 
243
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
244